How can I integrate my Python based OpenCV project in Android?

时间:2016-12-02 04:57:17

标签: android python opencv image-processing

I am working on my OpenCV project with Python which basically recognizes hand gestures. I want to do the same using Android. Is it possible? Is there any way to do so?

I want to recognize very basic hand gestures using my Android device. Is it possible with Python & OpenCV with Android? Also share any other way possible.

1 个答案:

答案 0 :(得分:1)

这个过程可以通过NDK& OpenCV在Android Studio中支持Java。 您需要编译NDK库并生成.so文件。然后项目就可以了。