From c1eca2525f2d21ad1a2cfc135a927f5e5b2d0ac8 Mon Sep 17 00:00:00 2001 From: Olivier Debeir Date: Wed, 10 Oct 2012 15:53:00 +0200 Subject: [PATCH] fix equalize --- skimage/rank/_crank16.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/rank/_crank16.pyx b/skimage/rank/_crank16.pyx index e1e64bed..bd60c3e8 100644 --- a/skimage/rank/_crank16.pyx +++ b/skimage/rank/_crank16.pyx @@ -209,7 +209,7 @@ def bottomhat(np.ndarray[np.uint16_t, ndim=2] image, """ return _core16(kernel_bottomhat,image,selem,mask,out,shift_x,shift_y,bitdepth) -def egalise(np.ndarray[np.uint16_t, ndim=2] image, +def equalize(np.ndarray[np.uint16_t, ndim=2] image, np.ndarray[np.uint8_t, ndim=2] selem, np.ndarray[np.uint8_t, ndim=2] mask=None, np.ndarray[np.uint16_t, ndim=2] out=None,