Commit d29eb293 authored by Vitaly Tuzov's avatar Vitaly Tuzov

Calibration test temporary disabled

parent 25b4d8a1
......@@ -1638,7 +1638,7 @@ class AreaTests(OpenCVTests):
(0,255,0))
self.snap(scribble)
def test_calibration(self):
def xxx_test_calibration(self):
def get_corners(mono, refine = False):
(ok, corners) = cv.FindChessboardCorners(mono, (num_x_ints, num_y_ints), cv.CV_CALIB_CB_ADAPTIVE_THRESH | cv.CV_CALIB_CB_NORMALIZE_IMAGE)
......
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