Using image processing tool measure the angle
Afficher commentaires plus anciens
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 commentaires
Image Analyst
le 7 Mai 2014
So what's your plan?
Akbar
le 25 Mai 2014
Akbar
le 25 Mai 2014
Réponse acceptée
Plus de réponses (3)
Van S
le 20 Jan 2018
0 votes
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
le 8 Août 2019
0 votes
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
le 8 Août 2019
0 votes
I want to find the mean angle of face
1 commentaire
Image Analyst
le 9 Août 2019
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.
Catégories
En savoir plus sur Image Processing Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
