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!