From 292f9dce9b7a5c41bb4f02e9f5d8897a1c915dcf Mon Sep 17 00:00:00 2001 From: Ankit Agrawal Date: Wed, 12 Feb 2014 19:17:54 +0530 Subject: [PATCH] Fix regionprops doc typo --- 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 ef1086da..5817580d 100644 --- a/skimage/measure/_regionprops.py +++ b/skimage/measure/_regionprops.py @@ -399,7 +399,7 @@ def regionprops(label_image, properties=None, **major_axis_length** : float The length of the major axis of the ellipse that has the same normalized second central moments as the region. - **min_intensity** : float + **max_intensity** : float Value with the greatest intensity in the region. **mean_intensity** : float Value with the mean intensity in the region.