How to detect animals using iphone SDK?

I am implementing one iPhone animal app. In which I want to add animal face recognition using iPhone sdk. I checked OpenCV, but in this only human face recognition is possible. Is it possible to detect the face of an animal using iOS sdk.

Please give me advice on this.

Thanks in advance.

+3
source share
1 answer

There is research going on in this direction, and various articles with algorithms have been predicate. Read the following documents to detect animal faces.
http://www.eng.auburn.edu/~troppel/internal/sparc/TourBot/TourBot%20References/Haar/2000186.pdf
http://www.cs.bris.ac.uk/Publications/Papers/2000483. pdf

0
source

All Articles