diff --git a/skimage/filters/_gabor.py b/skimage/filters/_gabor.py index a8529c24..09d84c3d 100644 --- a/skimage/filters/_gabor.py +++ b/skimage/filters/_gabor.py @@ -120,7 +120,7 @@ def gabor_filter(image, frequency, theta=0, bandwidth=1, sigma_x=None, ------- real, imag : arrays Filtered images using the real and imaginary parts of the Gabor filter - kernel. + kernel. Images are of the same dimensions as the input one. References ----------