Skip to content

Commit

Permalink
fixed loc header
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoussan committed Jul 1, 2024
1 parent 438c825 commit f22f1fe
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ struct ThresholdParams {
double max_success_rate;
int min_features;
int max_features;
bool adjust_hamming_distance;
int min_hamming_distance;
int max_hamming_distance;
bool adjust_num_similar;
int min_num_similar;
int max_num_similar;
};

class Localizer {
Expand Down

0 comments on commit f22f1fe

Please sign in to comment.