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!