Skip to content

Commit

Permalink
Tightened parameter a bit to improve BRISK/FREAK descriptor search
Browse files Browse the repository at this point in the history
  • Loading branch information
smauq committed Apr 19, 2023
1 parent 75d7ef4 commit e2fb04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithms/loopclosure/loopclosure-common/src/flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DEFINE_string(
feature_descriptor_type, loop_closure::kFeatureDescriptorBRISK,
"The feature descriptors to use. [brisk, freak]");
DEFINE_double(
lc_knn_epsilon, 3.0,
lc_knn_epsilon, 2.0,
"Epsilon approximation value for the nearest neighbor search.");
DEFINE_double(
lc_knn_max_radius, 20.0, "Max radius for the nearest neighbor search.");

0 comments on commit e2fb04e

Please sign in to comment.