Image Analysis - Inside Bounding Circle
Afficher commentaires plus anciens
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

Réponse acceptée
Plus de réponses (1)
Use bwboundaries() to get the boundary coordinates and use incircle() from here:
Catégories
En savoir plus sur Image Processing Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
