HOW TO FIND THE DIAMETER FOR THE IRREGULAR SHAPE OF AN IMAGE
이전 댓글 표시
I NEED TO FIND THE DIAMETER OF THE IRREGULAR SHAPE OF AN IMAGE?
답변 (2개)
David Legland
2012년 10월 8일
0 개 추천
Hi,
in the image processing toolbox there is a function "regionprops" that gives you the equivalent diameter of a particle. You can also access the major axis length of the inertia ellipse, that is a useful feature.
You can also consider Feret diameter, but you need to search on the FEx.
regards, David
Image Analyst
2012년 10월 8일
편집: Image Analyst
2012년 10월 8일
0 개 추천
See my Image Segmentation Tutorial at http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862. The function regionprops has a measurement "EquivDiameter" that you can ask for. It's basically sqrt(4*Area/pi) which is what you get for the diameter if you assume a circle of the same area as your blob.
카테고리
도움말 센터 및 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!