corrections to cython file, switched dtype to double

This commit is contained in:
Vighnesh Birodkar
2014-04-09 10:33:24 +05:30
parent 630136ae91
commit fbf40b0ae7
3 changed files with 34 additions and 28 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ def test_blob_doh():
min_sigma=1,
max_sigma=60,
num_sigma=10,
threshold=1000)
threshold=.05)
radius = lambda x: x[2]
s = sorted(blobs, key=radius)