how to measure the wide of object in binary image ?

1 visualización (últimos 30 días)
ElizabethR
ElizabethR el 2 de Mzo. de 2016
Comentada: ElizabethR el 5 de Mzo. de 2016
i have a binary image, and i want to measure the wide of object ( white pixel). how to measure it ? please help. thanks

Respuesta aceptada

Image Analyst
Image Analyst el 2 de Mzo. de 2016
See my Image Segmentation Tutorial and see how I get the bounding box. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
  11 comentarios
Image Analyst
Image Analyst el 4 de Mzo. de 2016
It gives you a structure array. Each structure in the array is a structure with field that correspond to the measurements you asked regionprops() to make. For example measurements(7) has all the measurements for blob #7, like Area, Centroid and BoundingBox: measurements(7).Area, measurements(7).Centroid, and measurements(7).BoundingBox.
ElizabethR
ElizabethR el 5 de Mzo. de 2016
ooohhh i see.. okay thank you so much @Image Analyst, @Guillaume GBU :D

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Get Started with Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by