mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-17 11:26:12 +08:00
Mentioned Euler characteristic (instead of Euler number) in docstring of
regionprops.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user