Skip to content
Snippets Groups Projects
Commit bfdcc2b7 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

bug: use_off_ local

parent 4708a2dc
Branches
Tags
No related merge requests found
Pipeline #13210 passed
...@@ -38,7 +38,7 @@ FixstarsSGM::FixstarsSGM(nlohmann::json &config) : Disparity(config) { ...@@ -38,7 +38,7 @@ FixstarsSGM::FixstarsSGM(nlohmann::json &config) : Disparity(config) {
} }
#ifdef HAVE_OPTFLOW #ifdef HAVE_OPTFLOW
bool use_off_ = value("use_off", false); use_off_ = value("use_off", false);
if (use_off_) if (use_off_)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment