Face symmetry axis in image
이전 댓글 표시
Hello. How can I add symmetry axis on the face in the image?
답변 (3개)
Image Analyst
2014년 5월 9일
0 개 추천
Not sure what that means, but how about the line() function? Or imline()?
댓글 수: 6
Image Analyst
2014년 5월 12일
Regarding your "Answer", which should have been a comment to me here: you can use line() with preassigned coordinates. It does not have to be drawn manually - not sure why you thought that. Just figure out where they should be placed, and call line(x, y).
Dovile
2014년 5월 12일
Image Analyst
2014년 5월 12일
Not sure what you're saying. Are you saying that you don't have the coordinates? If so you should have asked how to find the symmetry axis, rather than how to add it (which implies, at least to me, that you want to add a line along the axis which you've already identified).
Dovile
2014년 5월 12일
Image Analyst
2014년 5월 12일
I don't have any code for that. It could be complicated if the head is tilted with respect to the shoulders or turned so that it's not looking directly along the optic axis. Thus I suggest you find an algorithm here: http://iris.usc.edu/Vision-Notes/bibliography/contentspeople.html#Face%20Recognition,%20Detection,%20Tracking,%20Gesture%20Recognition,%20Fingerprints,%20Biometrics I'm sure someone must have done this before and you can find their papers there.
Dovile
2014년 5월 13일
카테고리
도움말 센터 및 File Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!