Is it possible to do panorama Image Stitching in A

2019-05-28 02:31发布

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.

2条回答
孤傲高冷的网名
2楼-- · 2019-05-28 02:50

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

查看更多
一纸荒年 Trace。
3楼-- · 2019-05-28 03:00

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

查看更多
登录 后发表回答