test case for #342
This commit is contained in:
parent
6bc810cd80
commit
9a342ef337
@ -266,7 +266,7 @@ class FunctionTests(OpenCVTests):
|
|||||||
3,
|
3,
|
||||||
(cv.CV_TERMCRIT_ITER|cv.CV_TERMCRIT_EPS,20, 0.03),
|
(cv.CV_TERMCRIT_ITER|cv.CV_TERMCRIT_EPS,20, 0.03),
|
||||||
0)
|
0)
|
||||||
if 1: # enable visualization
|
if 0: # enable visualization
|
||||||
print
|
print
|
||||||
print sum(status), "Points found in curr image"
|
print sum(status), "Points found in curr image"
|
||||||
for prev,this in zip(prevFeatures, currFeatures):
|
for prev,this in zip(prevFeatures, currFeatures):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user