From 1b2ca1145b8810cc203461463a437cd25b5d6dcd Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Sat, 15 Mar 2014 13:45:38 +0530 Subject: [PATCH] doc test --- skimage/feature/blob.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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],