From 77a78a287c1e7d17d3524d547f7fba9a8d9670d5 Mon Sep 17 00:00:00 2001 From: Jacopo Date: Wed, 3 Dec 2014 11:09:46 +1000 Subject: [PATCH] Updated docs for regionprops to reflect the dropping of regions with label value 0 --- skimage/measure/_regionprops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/measure/_regionprops.py b/skimage/measure/_regionprops.py index a27ddb37..070b49a4 100644 --- a/skimage/measure/_regionprops.py +++ b/skimage/measure/_regionprops.py @@ -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