Using image processing tool measure the angle
古いコメントを表示
UsingMATLAB image processingtool, measure the angle between the connections for the following figures.

Teacher said that after some image processing we will need the polyfit function to determine the angle. And it will be good if our program calculates average angle rather than for only one incline.
3 件のコメント
Image Analyst
2014 年 5 月 7 日
So what's your plan?
Akbar
2014 年 5 月 25 日
Akbar
2014 年 5 月 25 日
採用された回答
その他の回答 (3 件)
Van S
2018 年 1 月 20 日
0 投票
Dear Akbar,
I am interesting in angle measurement of the rope in matlab, could you please share to me about that now.
I really appreciate of your help. Best regards; Sry
VIJI S
2019 年 8 月 8 日
0 投票
I want to know the angle measurement in face image one is template(that is detected face)and other one is set of database which have different pose in face please help me please
VIJI S
2019 年 8 月 8 日
0 投票
I want to find the mean angle of face
1 件のコメント
Image Analyst
2019 年 8 月 9 日
Why?
Anyway, use polyfit() to fit a line across the top of the rope and bottom of the rope, then along each twist. Then average the sets of lines and take the difference in angles. Sorry, I don't have code for that but polyfit() is super easy to use - I'm sure you can do it.
カテゴリ
ヘルプ センター および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
