Ask Your Question
2

circularity of a connected component

asked 2013-09-21 00:27:34 -0600

isaacenrique gravatar image

updated 2016-05-28 08:54:51 -0600

Greetings.

I wanted to know if it was possible to know whether a given connected component has an outer shape (relatively) circular or elliptical. Is there any function to do that? o How to calculate the circularity or roundness?.

Thanks in advance for any help and / or suggestions

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2013-09-22 11:41:37 -0600

wuling gravatar image

Hi, I saw nobody answer this. But I only know some definitionss of the blob.

The circularity define: http://www.ehow.com/how_5138742_calculate-circularity.html

and also from J. Russ Image Processing Handbook, Vol. 2, p. 525, there are some definitions of the blob

Formfactor      4 pi Area / Perimeter^2
Roundness       4 Area / (pi Max-diam^2)
Aspect ratio    Max-diam / Min-diam
Curl            max caliper diam / fiber length
Convexity       Convex Perimeter / Perimeter
Solidity        Area / Convex Area
Compactness     sqrt ( 4 * area / pi) / max diameter
Modification ratio    inscribed diameter / max diameter
Extent          Net Area / area of bounding rectangle
edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-09-21 00:27:34 -0600

Seen: 4,871 times

Last updated: Sep 22 '13