Fix structure tensor docstring

This commit is contained in:
Juan Nunez-Iglesias
2016-07-17 14:44:28 -05:00
parent 30b3f1e16b
commit dbec11628b
+1 -1
View File
@@ -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