Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to do panorama Image Stitching in Android from Java?

I am using openCV4Android and I know there are lots of questions related with this topic. Most of them (the ones with answer), suggest a solution with C++ and add it to the project in the folder jni + Android.mk, etc.

Can I do something to avoid C++ and call every method from Java?

If it is not possible with OpenCV, I am open to try alternatives.

Thanks.

like image 642
serfe Avatar asked Oct 25 '25 06:10

serfe


1 Answers

There is a JavaCV - Java interface to the OpenCV library, it is popular for the Android application.

like image 180
old-ufo Avatar answered Oct 26 '25 19:10

old-ufo