Ask Your Question

Revision history [back]

how to stitch image in android?

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

how to stitch image in android?

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