Image Analysis - Inside Bounding Circle
Show older comments
Hi
I have this binary image and am wondering is there a function to calculate the maximum circle fully on the inside of a shape similar to below

Accepted Answer
More Answers (1)
Use bwboundaries() to get the boundary coordinates and use incircle() from here:
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!