Face symmetry axis in image
Show older comments
Hello. How can I add symmetry axis on the face in the image?
Answers (3)
Image Analyst
on 9 May 2014
0 votes
Not sure what that means, but how about the line() function? Or imline()?
6 Comments
Image Analyst
on 12 May 2014
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
on 12 May 2014
Image Analyst
on 12 May 2014
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
on 12 May 2014
Image Analyst
on 12 May 2014
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
on 13 May 2014
Dovile
on 12 May 2014
0 votes
Dovile
on 13 May 2014
0 votes
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!