From 59fa47cb5ef852c3c719f0aed1c5cacb42d79d7a Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Tue, 4 Mar 2014 22:56:11 +0530 Subject: [PATCH] threshold --- 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 f00b1785..11d4c717 100644 --- a/skimage/feature/blob.py +++ b/skimage/feature/blob.py @@ -150,7 +150,7 @@ def blob_dog(image, min_sigma=1, max_sigma=25, sigma_ratio=1.6, threshold=2.0, intensities. overlap : float, optional A value between 0 and 1. If the area of two blobs overlaps by a - fraction greater than `thresh`, the smaller blob is eliminated. + fraction greater than `threshold`, the smaller blob is eliminated. Returns -------