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!