Is it possible to measure the circularity property without converting image to a binary one?
2 ビュー (過去 30 日間)
古いコメントを表示
I want to measure the circularity property of my image, for medical imaging purposes,but all of the commands I have found just work for a binary image.
0 件のコメント
回答 (1 件)
Image Analyst
2013 年 11 月 5 日
To say how circular something is, you need the points in the circle, or at least the points along the circumference. How can you do it otherwise? I'm not sure what to check for circularity if you just have a big rectangular medical image. You first have to segment it to find the blob in it that you think is roughly circular, then measure the circularity.
2 件のコメント
Image Analyst
2013 年 11 月 6 日
You can't. To say a boundary is circular (or not) you have to have a boundary. If you don't have a boundary, there is nothing to measure.
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!