Commit d2719ea9 authored by Adrien BAK's avatar Adrien BAK

change numerical precision because of architecture discrepancy

parent 1c75fa72
......@@ -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)
{
......
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