Skip to content

Commit

Permalink
Merge pull request opencv#2515 from apavlenko:perf_default_strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Donchenko authored and OpenCV Buildbot committed Mar 24, 2014
2 parents d8c0182 + a3668f1 commit 623b1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ts/src/ts_perf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 623b1db

Please sign in to comment.