Calculate radius and diameter (image processing)

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!

Answers (1)

look at the equivdiameter option in regionprops
doc regionprops

2 Comments

thank you!
have you got any ideas about the radius calculation,please help...
Well that would just be EquivDiameter / 2, wouldn't it?

Sign in to comment.

Asked:

on 6 Jul 2011

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!