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

Use 30 tracks

parent 498722c7
No related branches found
No related tags found
No related merge requests found
...@@ -4,13 +4,13 @@ keyframe_vote: ...@@ -4,13 +4,13 @@ keyframe_vote:
voting_active: true voting_active: true
# Trigger a new keyframe creation as well as detection of new keypoints in last frame # Trigger a new keyframe creation as well as detection of new keypoints in last frame
# when the track number goes below min_features_for_keyframe in incoming # when the track number goes below min_features_for_keyframe in incoming
min_features_for_keyframe: 25 min_features_for_keyframe: 30
# Use a robust cost function # Use a robust cost function
apply_loss_function: false apply_loss_function: false
# Select the best new Keypoints when performing detection # Select the best new Keypoints when performing detection
max_new_features: 15 max_new_features: 30
#################################### ####################################
# ProcessorVisualOdometry parameters # ProcessorVisualOdometry parameters
...@@ -33,7 +33,7 @@ klt_params: ...@@ -33,7 +33,7 @@ klt_params:
grid_params: grid_params:
# number of cells used by the active search grid data structure # number of cells used by the active search grid data structure
nbr_cells_h: 6 # horizontal nbr_cells_h: 6 # horizontal
nbr_cells_v: 5 # vertical nbr_cells_v: 6 # vertical
# minimum margin of the region of interest from the edges of the image # minimum margin of the region of interest from the edges of the image
margin: 10 margin: 10
# reduce the size of each region of interest by n pixels to prevent keypoints from being too close # reduce the size of each region of interest by n pixels to prevent keypoints from being too close
......
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