From 90ca50d7db6dbabda980f7c12b3d1e676fb37be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Wed, 18 Dec 2013 16:34:47 +0100 Subject: [PATCH] Clarify that it is the local histogram --- skimage/filter/rank/generic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/filter/rank/generic.py b/skimage/filter/rank/generic.py index 4200c44c..d46c7436 100644 --- a/skimage/filter/rank/generic.py +++ b/skimage/filter/rank/generic.py @@ -446,7 +446,7 @@ def minimum(image, selem, out=None, mask=None, shift_x=False, shift_y=False): def modal(image, selem, out=None, mask=None, shift_x=False, shift_y=False): """Return local mode of an image. - The mode is the value that appears most often in the histogram. + The mode is the value that appears most often in the local histogram. Parameters ----------