How i can find the size in mm of all blobs in a binary image????
2 次查看(过去 30 天)
显示 更早的评论
1 个评论
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
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.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!