which differences are between roundness and circularity?
7 次查看(过去 30 天)
显示 更早的评论
hi
I want to do feature extraction from some objects in my binary image. I read some papers about roundness and circularity features. I can not understand the differences between these. can you help me to understand the differences? I am confused.
0 个评论
回答(1 个)
Image Analyst
2015-12-10
People may use different definitions for example perimeter^2/(4*pi*area), or the inverse of that. You need to look at the actual formulas that they use. The formulas will tell you the differences. If you want to share the formulas, then I can tell you what the formulas do.
2 个评论
Image Analyst
2015-12-11
Well I guess what I call circularity is what they call Compactness, and their Circularity is simply the inverse of that. The roundness looks similar to the ISO roundness definition https://en.wikipedia.org/wiki/Roundness_%28object%29
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing and Computer Vision 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!