Face shape Extraction using MATLAB
显示 更早的评论
I want to extract shape of human face like square, oblong etc. Can anyone guide me how should I approach this problem?
回答(1 个)
Image Analyst
2013-4-14
0 个投票
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 个评论
Tehreem Fatima
2013-4-14
Tehreem Fatima
2013-4-14
Image Analyst
2013-4-14
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Get Started with Computer Vision Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!