how can find maximum width of object
Show older comments
how can I automatically find the maximum width of this object in a binary image? I've shown the maximum width in red line

Answers (1)
Image Analyst
on 5 Oct 2015
0 votes
You can use minboundrect() in John D'Errico's function http://www.mathworks.com/matlabcentral/fileexchange/34767-a-suite-of-minimal-bounding-objects
Or else if you don't want the bounding box width, and want the actual width perpendicular to the major axis at the mid point, you can use my attached demo. regionprops() does not give the actual feret diameters, just the axis lengths of an ellipse fitted to the blob.

4 Comments
Abo
on 6 Oct 2015
Image Analyst
on 6 Oct 2015
Show me why.
hyz
on 27 Apr 2017
Hi Image Analyst. I know I want to know if there is any possible modification to make your farthest_points function able to compute the feret diameter along the right edge of moon. As now, it computes the distance at med point, which sometimes might not be the maximum distance. Thanks.
Image Analyst
on 27 Apr 2017
Use the radon transform to get the width of the binary object along any angle you want. It's the radon() function.
Categories
Find more on Region and Image Properties in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!