Updated docs for regionprops to reflect the dropping of regions with label value 0

This commit is contained in:
Jacopo
2014-12-03 11:09:46 +10:00
parent 76a3504a69
commit 77a78a287c
+1 -1
View File
@@ -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