mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Merge pull request #2515 from apavlenko:perf_default_strategy
This commit is contained in:
@@ -20,7 +20,7 @@ static std::vector<std::string> available_impls;
|
||||
static std::string param_impl;
|
||||
|
||||
static enum PERF_STRATEGY strategyForce = PERF_STRATEGY_DEFAULT;
|
||||
static enum PERF_STRATEGY strategyModule = PERF_STRATEGY_BASE;
|
||||
static enum PERF_STRATEGY strategyModule = PERF_STRATEGY_SIMPLE;
|
||||
|
||||
static double param_max_outliers;
|
||||
static double param_max_deviation;
|
||||
|
||||
Reference in New Issue
Block a user