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