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

bug: use_off_ local

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