Android Computer Vision JavaCV OpenCV FastCV comparison

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

    There's a new option for CV on Android, the Google Mobile Vision API. The API is exposed through com.google.android.gms.vision and lets you detect various types of objects (faces, barcodes, and facial features) given an arbitrary image bitmap.

提交回复
热议问题