http://scikit-image.org/docs/dev/api/skimage.measure.html#regionprops

If we look at the documentation, the attribute weighted_moments_central uses the region's centroid to subtract when calculating the moments. Shouldn't it use the region's weighted_centroid values? Does it and it just doesn't say that? I'm a bit confused.