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

조회 수: 4 (최근 30일)
Talha Meraj
Talha Meraj 2019년 1월 22일
답변: Image Analyst 2019년 1월 22일
  댓글 수: 1
Rik
Rik 2019년 1월 22일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2019년 1월 22일
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.

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by