Remove objects from binary image based on shape's eccentricity
显示 更早的评论
I am trying to identify all of the objects in an image with an eccentricity less than 0.7. The radius of the shapes vary but the primary objective is to remove all non-circle images.
Thus far I have tried the circular hough transforms and the imfindcircles but neither fulfills the purpose. My main problem is removing the noncircles and/or isolating the circles. (Just to clarify, the objects that I am trying to isolate are not perfect circles, they vary between being an ellipse and a circle.
Any help to resolve this issue would be appreciated. Thank you.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Region and Image Properties 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!