Calculate radius and diameter (image processing)
显示 更早的评论
Hi, Could you help me write an algorithm to calculate radius (of irregular shaped objects in an image) is measured in steps of 3 degree and its mean, also diameter of a circle with the same area.Input: grayscale image.Thank you in advance!
回答(1 个)
Sean de Wolski
2011-7-6
look at the equivdiameter option in regionprops
doc regionprops
2 个评论
Aikerim
2011-7-9
Image Analyst
2011-7-9
Well that would just be EquivDiameter / 2, wouldn't it?
类别
在 帮助中心 和 File Exchange 中查找有关 Geometric Transformation and Image Registration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!