سؤال

In my prototype I have to detect an image in real time, when an camera view is opened through my application it starts to capture through its view port now I am able to access the video frames individually using AVFoundation framework but I want to compare each and every frames with the images saved in the data base and show an alert if any match found.

Thanks in advance....

هل كانت مفيدة؟

المحلول

I would really suggest to use OpenCV it's a library with support for iOS as long as I know.

I've been using it with Python and C++ and prooved is a really powerful library.

http://opencv.willowgarage.com/wiki/

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top