opencv - Realtime Face-tracking on Iphone -
does know which,currently,is best library realizing real time face-tracking solution iphone? i've done research i've found quite old articles opencv portings. know if there specific,reliable,fast (and possibly free) ar solution overlay in real time image face in iphone camera video stream (not static image)
any (link,tutorial) great.
thanks everybody!!
elos
ios 5
brings facial recognition native feature.
basically have configure object act video output stream’s delegate
(could controller, example) , use cidetector object process stream (which class available in ios 5
).
this cidetector
object faces in each of video's frame , return cifacefeature object several information faces found, such eyes , mounth position , bounds
(the rectangle face found inside).
you can check this blog more implementation details: https://web.archive.org/web/20130908115815/http://i.ndigo.com.br/2012/01/ios-facial-recognition/
Comments
Post a Comment