Mentioned Euler characteristic (instead of Euler number) in docstring of

regionprops.
This commit is contained in:
emmanuelle
2015-12-23 16:26:23 +01:00
parent a56c6071c2
commit d62524f103
+1 -1
View File
@@ -340,7 +340,7 @@ def regionprops(label_image, intensity_image=None, cache=True):
**equivalent_diameter** : float
The diameter of a circle with the same area as the region.
**euler_number** : int
Euler number of region. Computed as number of objects (= 1)
Euler characteristic of region. Computed as number of objects (= 1)
subtracted by number of holes (8-connectivity).
**extent** : float
Ratio of pixels in the region to pixels in the total bounding box.