Android Computer Vision JavaCV OpenCV FastCV comparison

后端 未结 6 2000
猫巷女王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条回答
  •  时光取名叫无心
    2020-12-29 10:50

    Start with OpenCV, and then port important functions such as feature tracking, convolutions, dilate/erode, and maybe SVM. In the case of compiling for android wrap those calls with #ifdef __ANDROID__ then just call the FastCV equivalent. Abstraction is your friend.

提交回复
热议问题