You are probably not looking for a solution, but looking for guidance on this. This means that the “document scanner” is used in our Android application.
I need to do just that:
- Take an image with a camera (no problem)
- Detecting page edges / corners (???)
- Allow user to move / adjust angles (no problem)
- Convert an image to make it a rectangle (???)
- Converting an image to B / W TIFF or another suitable format for transmission over a mobile network (compact, bit per pixel) (???)
What have I tried. We tried to use Open CV. This is huge, there is NDK. The setup and infrastructure are quite complex.
Is there anything easier and designed specifically for this task? Even advertising can be wonderful.
Just look for suggestions on how to approach this. The main problem is edge detection and transformation, I think.
source share