From dbec11628b90315ff39e40c0eea29d962e2d75f7 Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Sun, 17 Jul 2016 14:44:28 -0500 Subject: [PATCH] Fix structure tensor docstring --- skimage/feature/corner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/feature/corner.py b/skimage/feature/corner.py index adbf2cf7..1ed717b0 100644 --- a/skimage/feature/corner.py +++ b/skimage/feature/corner.py @@ -56,7 +56,7 @@ def structure_tensor(image, sigma=1, mode='constant', cval=0): ---------- image : ndarray Input image. - sigma : float + sigma : float, optional Standard deviation used for the Gaussian kernel, which is used as a weighting function for the local summation of squared differences. mode : {'constant', 'reflect', 'wrap', 'nearest', 'mirror'}, optional