Skip to content
Snippets Groups Projects
Commit cfacb8d1 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

disable nonmaxima suppression

parent dfb5a250
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ fast_params:
# the higher, the more selective the detector is
threshold_fast: 10
# Avoids getting multiple keypoints at the same place
non_max_suppresion: true
non_max_suppresion: false
# number of cells used by the active search grid data structure
active_search_grid_nb_h: 12 # horizontal
active_search_grid_nb_v: 10 # vertical
......
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