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

一笑奈何 提交于 2019-12-07 18:48:33

问题


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.


回答1:


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




回答2:


You will need to use JNI NDK for stitching if you want to do stitching with opencv



来源:https://stackoverflow.com/questions/19977093/is-it-possible-to-do-panorama-image-stitching-in-android-from-java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!