From 1484b9a72ad5ca9fb83f2a2a03ff26d527ae8521 Mon Sep 17 00:00:00 2001 From: Ankit Agrawal Date: Sat, 27 Jul 2013 02:07:19 +0530 Subject: [PATCH] Correcting typo --- skimage/feature/censure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/feature/censure.py b/skimage/feature/censure.py index 6a707970..f682735c 100644 --- a/skimage/feature/censure.py +++ b/skimage/feature/censure.py @@ -95,7 +95,7 @@ def censure_keypoints(image, mode='DoB', threshold=0.03, rpc_threshold=10): scale5 = _filter_using_convolve(image, 5, mode) scale6 = _filter_using_convolve(image, 6, mode) scale7 = _filter_using_convolve(image, 7, mode) - print time.time - start + print time.time() - start # Stacking all the scales in the 3rd dimension scales = np.dstack((scale1, scale2, scale3, scale4, scale5, scale6, scale7)) # Suppressing points that are neither minima or maxima in their 3 x 3 x 3