Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I am currently with a medical imaging project. Just wondering how to measure the shape of a sphere. For example, how to give a measurement that an object is more like a sphere than the other?

I know some algorithm can give the 'roundness' in 2D, but a measure of 'sphereness' in 3D would be more helpful.

Also, I am very interested in other shape analysis. The shape of the object could be a very interesting feature for further pattern recognition.

Thanks very much!

share|improve this question

1 Answer

There are various methods, that e.g. compute the outline of the object, and compute the distance from the centroid at various angles.

Look up feature extraction from images in various books an publications. There are tons of methods around.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.