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

Add new methods in scan.cpp #124

Closed aashitshah26 closed 4 years ago

aashitshah26 commented 4 years ago

Hey First of all thank you for this great library.I want to add new methods in scan.cpp . I have added the method but it is not reflecting the the so files . What should i do reflect those changes ? I am rather new in android programming using native code . Any assistance will be very helpful . Thank you.

jhansireddy commented 4 years ago

You should do an ndk build which would regenerate the .so files again.

On Mon, Jul 6, 2020 at 12:51 PM Aashit Shah notifications@github.com wrote:

Hey First of all thank you for this great library.I want to add new methods in scan.cpp . I have added the method but it is not reflecting the the so files . What should i do reflect those changes ? I am rather new in android programming using native code . Any assistance will be very helpful . Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jhansireddy/AndroidScannerDemo/issues/124, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACEU3Q7ZCBDH3UX6B2PCGEDR2F3OLANCNFSM4ORKGZXA .

aashitshah26 commented 4 years ago

Thank you @jhansireddy that did the trick .

vamsee9 commented 4 years ago

Hey First of all thank you for this great library.I want to add new methods in scan.cpp . I have added the method but it is not reflecting the the so files . What should i do reflect those changes ? I am rather new in android programming using native code . Any assistance will be very helpful . Thank you.

what are those changes can you please let me know