mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 05:11:04 -05:00
adjust numerical precision for windows build
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
using namespace cv;
|
||||
using namespace std;
|
||||
|
||||
static const double numerical_precision = 1.;
|
||||
static const double numerical_precision = 10.;
|
||||
|
||||
TEST(Photo_Decolor, regression)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user