mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-10 12:40:08 +08:00
extra line and spelling mistake
This commit is contained in:
@@ -388,7 +388,7 @@ def blob_doh(image, min_sigma=1, max_sigma=30, num_sigma=10, threshold=0.01,
|
||||
"""
|
||||
|
||||
if image.ndim != 2:
|
||||
raise ValueError("'image' must be a grayscale ")
|
||||
raise ValueError("'image' must be grayscale ")
|
||||
|
||||
image = img_as_float(image)
|
||||
image = integral_image(image)
|
||||
|
||||
@@ -190,7 +190,6 @@ def hessian_matrix_det(image, sigma, integral=True):
|
||||
not computed. If `True` the integral image is computed for `image`
|
||||
and used for finding the Hessian Determinant.
|
||||
|
||||
|
||||
Returns
|
||||
-------
|
||||
out : array
|
||||
|
||||
Reference in New Issue
Block a user