mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
change numerical precision because of architecture discrepancy
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user