how to detect face-features from the face in matlab
Show older comments
how to detect face-features from the face in matlab
face features include nose, left-eye, right-eye, mouth, etc
(my means is how we can detect these sub features and then make a set of all these face-features with the face and then recognize it)
Answers (2)
Dima Lisin
on 1 Feb 2015
1 vote
vision.CascadeObjectDetector can detect eyes, nose, and mouth.
Image Analyst
on 1 Feb 2015
0 votes
Try this from Brett at the Mathworks: http://www.mathworks.com/matlabcentral/fileexchange/46645-face-recognition-using-aggregated-features
Categories
Find more on Keypoint Detection in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!