[opencv] 40/98: Calibration test temporary disabled
Mattia Rizzolo
mattia at debian.org
Tue Oct 4 17:51:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to annotated tag 2.4.13
in repository opencv.
commit d29eb2938cd13cc063b2f234ed9be40111056eda
Author: Vitaly Tuzov <vitaly.tuzov at itseez.com>
Date: Thu Mar 3 13:38:08 2016 +0300
Calibration test temporary disabled
---
modules/python/test/test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/python/test/test.py b/modules/python/test/test.py
index e9f1a13..7050281 100755
--- a/modules/python/test/test.py
+++ b/modules/python/test/test.py
@@ -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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git
More information about the debian-science-commits
mailing list