Skip to content
Snippets Groups Projects
Commit dbd5aa11 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

added debug_view in processor_...trifocal_yaml

parent 376e2239
No related branches found
No related tags found
1 merge request!24After 2nd RAL submission
......@@ -51,6 +51,7 @@ static ParamsProcessorBasePtr createParamsProcessorTrackerFeatureTrifocal(const
params->n_cells_v = algorithm["grid vert cells"] .as<int>();
params->min_response_new_feature = algorithm["min response new features"] .as<int>();
params->min_track_length_for_factor = algorithm["min track length for factor"].as<int>();
params->debug_view = algorithm["debug view"].as<bool>();
YAML::Node noise = config["noise"];
params->pixel_noise_std = noise ["pixel noise std"].as<double>();
......
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