mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
Revert "fixed compile error under linux"
This reverts commit e2d9fc4dcc
.
This commit is contained in:
parent
58f31819cc
commit
52e490ef88
@ -652,7 +652,7 @@ void TestBase::Init(int argc, const char* const argv[])
|
||||
param_max_outliers = std::min(100., std::max(0., args.get<double>("perf_max_outliers")));
|
||||
param_min_samples = std::max(1u, args.get<unsigned int>("perf_min_samples"));
|
||||
param_max_deviation = std::max(0., args.get<double>("perf_max_deviation"));
|
||||
param_seed = args.get<unsigned int>("perf_seed");
|
||||
param_seed = args.get<unsigned long long>("perf_seed");
|
||||
param_time_limit = std::max(0., args.get<double>("perf_time_limit"));
|
||||
param_force_samples = args.get<unsigned int>("perf_force_samples");
|
||||
param_write_sanity = args.has("perf_write_sanity");
|
||||
|
Loading…
Reference in New Issue
Block a user