From 7a4401e262f0ca79324727a6cb98189d1de38c0f Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Fri, 21 Mar 2014 03:54:52 +0530 Subject: [PATCH] doc string change --- 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 67bed0a1..a7b7c5b7 100644 --- a/skimage/feature/corner.py +++ b/skimage/feature/corner.py @@ -181,7 +181,7 @@ def hessian_matrix_det(image, sigma, integral=True): Parameters ---------- image : array - The integral image over which to compute Hessian Determinant. + The image over which to compute Hessian Determinant. sigma : float Standard deviation used for the Gaussian kernel, used for the Hessian matrix