how to find angle of inclination of the object in binary images

4 vues (au cours des 30 derniers jours)
Pradeeba
Pradeeba le 3 Mar 2014
Commenté : Image Analyst le 5 Mar 2014
Please any one show me the code for finding angle of inclination of the object in binary image, Please help me.

Réponses (1)

Image Analyst
Image Analyst le 3 Mar 2014
In short, you process your image until you get to an image that you can threshold into foreground and background. Then you call regionprops on the foreground and ask for the 'Orientation' of all the blobs. That's the angles of the major axis of an ellipse fit to the blobs.
  2 commentaires
Pradeeba
Pradeeba le 5 Mar 2014
Thank you sir it is working well. i got an answer like this
Image Analyst
Image Analyst le 5 Mar 2014
Can you mark my Answer as "Accepted" then? Thanks.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by