From c55890f637412595830ea2568de16c50679c23ec Mon Sep 17 00:00:00 2001 From: Vladislav Sovrasov Date: Tue, 25 Oct 2016 11:53:53 +0300 Subject: [PATCH] Enable chessboard detector test on Ubuntu --- modules/calib3d/test/test_chesscorners.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/calib3d/test/test_chesscorners.cpp b/modules/calib3d/test/test_chesscorners.cpp index f4208a574c..781eec2ffb 100644 --- a/modules/calib3d/test/test_chesscorners.cpp +++ b/modules/calib3d/test/test_chesscorners.cpp @@ -373,8 +373,6 @@ bool CV_ChessboardDetectorTest::checkByGenerator() { bool res = true; -// for some reason, this test sometimes fails on Ubuntu -#if (defined __APPLE__ && defined __x86_64__) || defined _MSC_VER //theRNG() = 0x58e6e895b9913160; //cv::DefaultRngAuto dra; //theRNG() = *ts->get_rng(); @@ -473,7 +471,6 @@ bool CV_ChessboardDetectorTest::checkByGenerator() cv::drawChessboardCorners(cb, cbg.cornersSize(), Mat(corners_found), found); } -#endif return res; }