diff --git a/skimage/feature/blob.py b/skimage/feature/blob.py index 7c6a5649..96de1d65 100644 --- a/skimage/feature/blob.py +++ b/skimage/feature/blob.py @@ -355,7 +355,7 @@ def blob_doh(image, min_sigma=1, max_sigma=30, num_sigma=10, threshold=0.01, -------- >>> from skimage import data, feature >>> img = data.coins() - >>> feature.blob_doh(img,threshold = 700) + >>> feature.blob_doh(img) array([[121, 271, 30], [123, 44, 23], [123, 205, 20],