フィルターのクリア

Does anyone know how can finding angle in an ellipse

1 回表示 (過去 30 日間)
Abo
Abo 2014 年 11 月 25 日
コメント済み: Image Analyst 2014 年 11 月 28 日
The left ellipse is an fitted ellipse to an object in time (t) and right one is in t+1. I mean after 1 minute the object (fitted ellipse) was rotated about alpha degree. how can I find (α) in the rotated ellipse (right one)?
  4 件のコメント
Image Analyst
Image Analyst 2014 年 11 月 27 日
編集済み: Image Analyst 2014 年 11 月 27 日
That doesn't answer my question. What kind of data are you starting with. If you use the "whos" function on your variables, what does it say? Is it a rows-by-column 2 or 3 D array (an image), or is it a N-by-2 array (a list of x,y coordinates)? Please read this http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
Abo
Abo 2014 年 11 月 28 日
sorry Image Analyst, I've used this method: http://blogs.mathworks.com/steve/2010/07/30/visualizing-regionprops-ellipse-measurements/ for ellipse fitting and I have a list of x,y coordinates for (2D image).

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

採用された回答

Guillaume
Guillaume 2014 年 11 月 28 日
編集済み: Guillaume 2014 年 11 月 28 日
Since you're using regionprops to fit your ellipses, and one of the properties returned by regionprop is the ellipse orientation, why can't you just subtract the angles of your two ellipses?
  1 件のコメント
Image Analyst
Image Analyst 2014 年 11 月 28 日
Exactly what I was going to suggest (now that he clarified what he was doing).

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGeometric Transformation and Image Registration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by