Merge pull request #1513 from joelfrederico/skimage-measure-regionprops-doc

DOC: Update regionprops.weighted_moments_central doc
This commit is contained in:
Josh Warner
2015-05-14 20:03:46 -05:00
+2 -1
View File
@@ -445,7 +445,8 @@ def regionprops(label_image, intensity_image=None, cache=True):
wmu_ji = sum{ array(x, y) * (x - x_c)^j * (y - y_c)^i }
where the sum is over the `x`, `y` coordinates of the region,
and `x_c` and `y_c` are the coordinates of the region's centroid.
and `x_c` and `y_c` are the coordinates of the region's weighted
centroid.
**weighted_moments_hu** : tuple
Hu moments (translation, scale and rotation invariant) of intensity
image.