Face symmetry axis in image

Hello. How can I add symmetry axis on the face in the image?

回答 (3 件)

Image Analyst
Image Analyst 2014 年 5 月 9 日

0 投票

Not sure what that means, but how about the line() function? Or imline()?

6 件のコメント

Image Analyst
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
Dovile 2014 年 5 月 12 日
Yes, if I put in line() x and y coordinates, I get preassigned coordinates, but I need, that then I open new image, coordinates draw automaticaly, and I would not need to enter coordinates manually.
Image Analyst
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
Dovile 2014 年 5 月 12 日
I'm sorry, it's my fault, I need to find image symmetry axis.
Image Analyst
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
Dovile 2014 年 5 月 13 日
Thanks for the help, I'll try to search.

サインインしてコメントする。

Dovile
Dovile 2014 年 5 月 12 日

0 投票

I need that matlab draw symmetry axis on the face in the image like in attach file, i try to use line(), and imline() functions, but with these functions I can draw only manually, how to do that lines draw automatically?
Dovile
Dovile 2014 年 5 月 13 日

0 投票

Maybe someone else have any ideas, how to do face symmetry axis?

カテゴリ

ヘルプ センター および File ExchangeImage Processing Toolbox についてさらに検索

質問済み:

2014 年 5 月 9 日

回答済み:

2014 年 5 月 13 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by