Clarify that it is the local histogram

This commit is contained in:
Johannes Schönberger
2013-12-18 16:34:47 +01:00
parent f1839e685a
commit 90ca50d7db
+1 -1
View File
@@ -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
----------