From e925d135c07fbaa73a0a672bfb718844d6efb25a Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Wed, 23 Apr 2014 01:19:16 +0530 Subject: [PATCH] Grammar corrections. --- doc/examples/plot_blob.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/plot_blob.py b/doc/examples/plot_blob.py index 02447ee4..b95b9446 100644 --- a/doc/examples/plot_blob.py +++ b/doc/examples/plot_blob.py @@ -30,7 +30,7 @@ This is the fastest approach. It detects blobs by finding maximas in the matrix of the Determinant of Hessian of the image. The detection speed is independent of the size of blobs as internally the implementation uses box filters instead of convolutions. Bright on dark as well as dark on -bright blobs are detected.The downside is that small blobs (<3px) are not +bright blobs are detected. The downside is that small blobs (<3px) are not detected accurately. """