Face shape Extraction using MATLAB
Show older comments
I want to extract shape of human face like square, oblong etc. Can anyone guide me how should I approach this problem?
Answers (1)
Image Analyst
on 14 Apr 2013
0 votes
You could use image processing. First find the face, for example with the Computer Vision System Toolbox ( http://www.mathworks.com/products/computer-vision/description4.html), then call regionprops to make the measurements you need.
3 Comments
Tehreem Fatima
on 14 Apr 2013
Tehreem Fatima
on 14 Apr 2013
Image Analyst
on 14 Apr 2013
Somehow you need to find the face and get just the face. I don't have any algorithm or code to suggest to you for doing that. You gave some code above but it doesn't look very robust along. For example how are you going to separate the face pixels from the neck pixels when they are essentially the same color and are next to each other.
Categories
Find more on Get Started with Computer Vision Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!