Android Computer Vision JavaCV OpenCV FastCV comparison

后端 未结 6 2005
猫巷女王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:41

    For a android based project, it is easy to start with JavaCV. It contain almost all the functions that are available on OpenCV.

    But there are no rich documentation on JavaCV, but OpenCV has. So you can find the relevant methods from OpenCV documentation and use those in JavaCV(same method names).

    There is a complete document at here. That is discuss about how to setup JavaCV on eclipse - android environment.

提交回复
热议问题