how to stitch image in android?

asked 2017-04-25 21:44:22 -0600

updated 2018-12-02 19:36:40 -0600

Hi, I read some posts about stitcher is not stable o have a java wrapper as of now. so what exactly I can do if I want to stitch images in android?

I tried to follow the instruction here stackoverflow.com/questions/40681578/how-to-run-opencv-code-without-opencv-manager/40746665#40746665 to import opencv to my project then i'm totally lost...

i know i might need to create my own jni to interact with opencv, but since all the c/c++ code already compiled to .so and placed in jniLibs folder, how can I communicate with the lib? the newly created jni won't be able to communicate with .so

Can someone please help me here. a working example or how I can achieve image stitching after importing opencv would be really really appreciated.

Thanks

edit retag flag offensive close merge delete