HOW TO FIND THE DIAMETER FOR THE IRREGULAR SHAPE OF AN IMAGE

回答 (2 件)

David Legland
David Legland 2012 年 10 月 8 日

0 投票

Hi,
in the image processing toolbox there is a function "regionprops" that gives you the equivalent diameter of a particle. You can also access the major axis length of the inertia ellipse, that is a useful feature.
You can also consider Feret diameter, but you need to search on the FEx.
regards, David
Image Analyst
Image Analyst 2012 年 10 月 8 日
編集済み: Image Analyst 2012 年 10 月 8 日

0 投票

See my Image Segmentation Tutorial at http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862. The function regionprops has a measurement "EquivDiameter" that you can ask for. It's basically sqrt(4*Area/pi) which is what you get for the diameter if you assume a circle of the same area as your blob.

1 件のコメント

ajith
ajith 2012 年 10 月 9 日
編集済み: ajith 2012 年 10 月 9 日
sir,
I only use MATLAB 7.5.0 so how to run the coding. if it possible to send the simple example coding to me for find the diameter of the irregular shape image

サインインしてコメントする。

質問済み:

2012 年 10 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by