java - Android video recognition -
i tried google in hope find google goggles alike tools/libraries allow developer recognize objects in video.
i understand complex topic.
are there libraries recognize shapes in video? instance detect if there squares in given frame/video? i'm pretty sure goggles can that, researched doesn't have sdk use.
update: recognizr seems example of part of trying accomplish. it's application not released yet.
opencv (open source computer vision) library lots of folks use base these styles of project off of. there's beta-quality project running opencv code using ndk on android:
http://opencv.willowgarage.com/wiki/android
there plenty of resources opencv linked wiki , project page, , it's pretty easy find samples opencv floating around. said, it's pretty complex topic overall, , while framework gives leg on development there still plenty layer in before have working prototype.
Comments
Post a Comment