mirror of
https://github.com/opencv/opencv.git
synced 2025-08-01 02:18:01 +08:00
change numerical precision because of architecture discrepancy
This commit is contained in:
parent
1c75fa7297
commit
d2719ea92f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user