mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-04 13:40:25 +08:00
Updated docs for regionprops to reflect the dropping of regions with label value 0
This commit is contained in:
@@ -332,7 +332,7 @@ def regionprops(label_image, intensity_image=None, cache=True):
|
||||
Parameters
|
||||
----------
|
||||
label_image : (N, M) ndarray
|
||||
Labeled input image.
|
||||
Labeled input image. Labels with value 0 are ignored.
|
||||
intensity_image : (N, M) ndarray, optional
|
||||
Intensity image with same size as labeled image. Default is None.
|
||||
cache : bool, optional
|
||||
|
||||
Reference in New Issue
Block a user