How to detect and crop the rectangle shape from bitmap using android opencv without using any c/c++ code ?
I want to detect the rectangle shape from bitmap using android opencv without using any c/c++ code.
"Give me any source codes" - what's the magic word ?
@berak source code means any sample bro I stuck with this in my app. I have done the grabbing the text from bitmap by using tesseract the only thing I left is detect the rectangle and crop the rectangle image and send that bitmap to tesseract api.
again, findcontours) (together with the squares code), and then submat) for the cropping
So did u manage to do it?