test case for #342
authorJames Bowman <no@email>
Fri, 14 May 2010 20:58:54 +0000 (20:58 +0000)
committerJames Bowman <no@email>
Fri, 14 May 2010 20:58:54 +0000 (20:58 +0000)
tests/python/test.py

index 74fae09..fe32b13 100644 (file)
@@ -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):