ear detection in profile face using opencv and c++
i am able to detect profile face and identified by rectangle.after profile face i need to detect ear in that rectangle.how to do this.
i am able to detect profile face and identified by rectangle.after profile face i need to detect ear in that rectangle.how to do this.
Create an ear xml model and use that for detection. Help can be found at the following place.
http://note.sonots.com/SciSoftware/haartraining.html
But change the face images into ear images! Or use the newer train_cascade funtionality. For that look in documents of OpenCV : docs.opencv.org
Asked: 2013-03-26 02:18:14 -0600
Seen: 2,470 times
Last updated: Mar 26 '13
Retrieving Foreground from static background
Object detection using background Subtraction
When does the training exactly takes place in FlannBasedMatcher in OpenCV?
Implenting background subtraction
Comparing Images by getting Percentage in open cv
Porting opencv on MeeGo Platform
Hierarchical Clustering with Flann