Android Computer Vision JavaCV OpenCV FastCV comparison

后端 未结 6 2002
猫巷女王i
猫巷女王i 2020-12-29 10:04

I am working on school project and part of it should be about current situation about computer vision libraries for Android. I went to it with large enthusiasm because compu

6条回答
  •  Happy的楠姐
    2020-12-29 10:52

    I would use OpenCV as it is the best computer vision library right now. You'll program your functions in C++, and then you compile the Android aplication using the JNI library. You have information on how to do that on the official documentation.

    I have worked with this configuration and OpenCV performance in android is really nice. You will notice benefits if you make some functions in fixed-point arithmetic. Good luck

提交回复
热议问题