change numerical precision because of architecture discrepancy
authorAdrien BAK <adrien.bak@gmail.com>
Wed, 8 Oct 2014 07:57:09 +0000 (16:57 +0900)
committerAdrien BAK <adrien.bak@gmail.com>
Tue, 14 Oct 2014 07:08:45 +0000 (16:08 +0900)
modules/photo/test/test_cloning.cpp

index 58ecbb7..56d1662 100644 (file)
@@ -56,7 +56,7 @@
 using namespace cv;
 using namespace std;
 
-static const double numerical_precision = 1.;
+static const double numerical_precision = 1000.;
 
 TEST(Photo_SeamlessClone_normal, regression)
 {