How to recognize the boundary of an object

1 vue (au cours des 30 derniers jours)
roro6992
roro6992 le 13 Jan 2014
Commenté : roro6992 le 16 Jan 2014
Please let me know How to recognize the boundary of an object and determine the object area from that of an image in matlab. Thanks.
  1 commentaire
Walter Roberson
Walter Roberson le 13 Jan 2014
We will need some sample images to assist you, as different techniques are required for different situations.

Connectez-vous pour commenter.

Réponse acceptée

Image Analyst
Image Analyst le 13 Jan 2014
Assuming you have already segmented your object into foreground and background (you have a binary image), then try bwboundaries() to get a list of (x,y) coordinates, or bwperim() to get an image of the perimeter.
  2 commentaires
Image Analyst
Image Analyst le 14 Jan 2014
roro, are you still alive?
roro6992
roro6992 le 16 Jan 2014
yea I am. Sorry for the late reply. N thanx. Ur ans worked :)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by