필터 지우기
필터 지우기

How to find the angle made by eigen vector and x-axis?

조회 수: 8 (최근 30일)
Suhas Yelluru
Suhas Yelluru 2014년 5월 5일
댓글: John D'Errico 2014년 5월 5일
I have used the function "eig()" to obtain eigen values and eigen vectors of a grayscale image, i now need to find the angle made by the eigen vector with respect to x-axis. Please help!
Thanks in advance!
  댓글 수: 2
Geoff Hayes
Geoff Hayes 2014년 5월 5일
Can't the usual method of finding the angle be used? If the vector is [x1 y1], then the angle with respect to the x-axis is atan2(y1,x1)? (Naturally this assumes an origin of (0,0) which may be different than that which is in your problem.)
John D'Errico
John D'Errico 2014년 5월 5일
We don't know how you used eig in this case. For example, did you simply apply eig to a square image as an array? Show what you did, as your question is impossible to answer otherwise.

댓글을 달려면 로그인하십시오.

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by