Calculate radius and diameter (image processing)
Mostrar comentarios más antiguos
Hi, Could you help me write an algorithm to calculate radius (of irregular shaped objects in an image) is measured in steps of 3 degree and its mean, also diameter of a circle with the same area.Input: grayscale image.Thank you in advance!
Respuestas (1)
Sean de Wolski
el 6 de Jul. de 2011
look at the equivdiameter option in regionprops
doc regionprops
2 comentarios
Aikerim
el 9 de Jul. de 2011
Image Analyst
el 9 de Jul. de 2011
Well that would just be EquivDiameter / 2, wouldn't it?
Categorías
Más información sobre Geometric Transformation and Image Registration 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!