diff --git a/yaml/processor_visual_odometry.yaml b/yaml/processor_visual_odometry.yaml index 3db1b7761c94ab6b60139773d3a3ca7adb39ad92..baaa05be4f64db6965bc12ab79c4ec8724397f54 100644 --- a/yaml/processor_visual_odometry.yaml +++ b/yaml/processor_visual_odometry.yaml @@ -4,13 +4,13 @@ keyframe_vote: voting_active: true # 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 - min_features_for_keyframe: 25 + min_features_for_keyframe: 30 #Â Use a robust cost function apply_loss_function: false # Select the best new Keypoints when performing detection -max_new_features: 15 +max_new_features: 30 #################################### # ProcessorVisualOdometry parameters @@ -33,7 +33,7 @@ klt_params: grid_params: # number of cells used by the active search grid data structure 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 margin: 10 # reduce the size of each region of interest by n pixels to prevent keypoints from being too close