How i can find the size in mm of all blobs in a binary image????

4 visualizaciones (últimos 30 días)
Talha Meraj
Talha Meraj el 22 de En. de 2019
Respondida: Image Analyst el 22 de En. de 2019
  1 comentario
Rik
Rik el 22 de En. de 2019
What do you mean with size? Area? Tip to tip distance? Something else?
And what is the size of your pixels? If you don't have the size of the pixels, you can only measure the blob size in pixel units.

Iniciar sesión para comentar.

Respuestas (1)

Image Analyst
Image Analyst el 22 de En. de 2019
See my Image Segmentation Tutorial: My File Exchange
That will show you how to get areas and diameters in pixels.
When you get the areas from regionprops, multiply by your mmPerPixel calibration factor. When you get the diameter or distances, multiply theb your mmPerPixel squared. See my attached spatial calibration demo.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by