What is the difference between centroid and weighted centroid in regionprops?

Answers (1)

'WeightedCentroid' will use the pixel intensities in the image region as weights in the centroid calculation. With 'Centroid', all pixels in the region get equal weight.

4 Comments

Is weighted centroid the center of gravity of the image? Thank you.
Is weighted centroid the center of gravity of the image?
If the pixel intensities are the "mass" of the image, then yes.

Sign in to comment.

Asked:

on 25 Mar 2013

Community Treasure Hunt

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

Start Hunting!