Image Analysis - Inside Bounding Circle
Mostrar comentarios más antiguos
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

Respuesta aceptada
Más respuestas (1)
Use bwboundaries() to get the boundary coordinates and use incircle() from here:
Categorías
Más información sobre Image Processing Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
