1
0
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:
Roman Donchenko
2014-03-24 12:02:30 +04:00
committed by OpenCV Buildbot
+1 -1
View File
@@ -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;