1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

test: fix RNG problem in accuracy tests

This commit is contained in:
Alexander Alekhin
2016-12-12 14:22:52 +03:00
parent 2fded5d8fb
commit 03bcfe4107
4 changed files with 11 additions and 3 deletions
-1
View File
@@ -38,7 +38,6 @@ static double param_max_outliers;
static double param_max_deviation;
static unsigned int param_min_samples;
static unsigned int param_force_samples;
static uint64 param_seed;
static double param_time_limit;
static int param_threads;
static bool param_write_sanity;