diff --git a/skimage/feature/interest.py b/skimage/feature/interest.py index ef47e7cf..f4075d57 100644 --- a/skimage/feature/interest.py +++ b/skimage/feature/interest.py @@ -129,6 +129,8 @@ def shi_tomasi(image, sigma=1): Standard deviation used for the Gaussian kernel, which is used as weighting function for the auto-correlation matrix. + Returns + ------- response : ndarray Shi-Tomasi response image.