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.
Indeed, that's what it does, though it's poorly worded in the docs: https://github.com/scikit-image/scikit-image/blob/master/skimage/measure/_re... On Tue, May 12, 2015 at 5:26 PM, Joel Frederico <joelfrederico@gmail.com> wrote:
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.
-- You received this message because you are subscribed to the Google Groups "scikit-image" group. To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
participants (2)
-
Joel Frederico
-
Juan Nunez-Iglesias