From 5255b29f6ef870881f73ab20550f024109f63117 Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Tue, 11 Mar 2014 22:29:03 +0530 Subject: [PATCH] doc rectify --- 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 dd72beae..acf1bd21 100644 --- a/skimage/feature/blob.py +++ b/skimage/feature/blob.py @@ -249,7 +249,7 @@ def blob_log(image, min_sigma=1, max_sigma=50, num_sigma=10, threshold=.2, -------- >>> from skimage import data, feature, exposure >>> img = data.coins() - >>> img = exposure.equalize_hist(img)# improves detection + >>> img = exposure.equalize_hist(img) # improves detection >>> feature.blob_log(img, threshold = .3) array([[113, 323, 1], [121, 272, 17],