From 9a342ef3370b39529e1f43cc457bcb325f0fc246 Mon Sep 17 00:00:00 2001 From: James Bowman Date: Fri, 14 May 2010 20:58:54 +0000 Subject: [PATCH] test case for #342 --- tests/python/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/test.py b/tests/python/test.py index 74fae09687..fe32b13698 100644 --- a/tests/python/test.py +++ b/tests/python/test.py @@ -266,7 +266,7 @@ class FunctionTests(OpenCVTests): 3, (cv.CV_TERMCRIT_ITER|cv.CV_TERMCRIT_EPS,20, 0.03), 0) - if 1: # enable visualization + if 0: # enable visualization print print sum(status), "Points found in curr image" for prev,this in zip(prevFeatures, currFeatures):