Commit 9a342ef3 authored by James Bowman's avatar James Bowman

test case for #342

parent 6bc810cd
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment