jhansireddy / AndroidScannerDemo

ScanLibrary is an android document scanning library built on top of OpenCV, using the app you will be able to select the exact edges and crop the document accordingly from the selected 4 edges and change the perspective transformation of the cropped image.
MIT License
1.07k stars 472 forks source link

Where is the source code for libScanner.so? #140

Open fpiraneo opened 3 years ago

fpiraneo commented 3 years ago

Hi, I'm digging inside AndroidScanner and I've just seen that we have two pre-compiled libraries without source code available:

  1. libopencv_java3.so - I think it contains an OpenCV with some java wrappers;
  2. libScanner.so - Where the dewarping and other cool magic happens.

I'd like to going deeper studing how things works and here is my questions: Is the source code of libScanner available to be studied? Where I can find it?