Image Analysis - Inside Bounding Circle
Ältere Kommentare anzeigen
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

Akzeptierte Antwort
Weitere Antworten (1)
Use bwboundaries() to get the boundary coordinates and use incircle() from here:
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
