From 2c830a34e20c31602fc41ca2eb11b11503e0832f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivana=20Kaji=C4=87?= Date: Sun, 31 Aug 2014 14:51:21 +0100 Subject: [PATCH] Updated Return section. --- skimage/filters/_gabor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----------