Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolf_demo_visual_odometry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_ros
demos
wolf_demo_visual_odometry
Commits
687f45ba
Commit
687f45ba
authored
3 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Use 30 tracks
parent
498722c7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
yaml/processor_visual_odometry.yaml
+3
-3
3 additions, 3 deletions
yaml/processor_visual_odometry.yaml
with
3 additions
and
3 deletions
yaml/processor_visual_odometry.yaml
+
3
−
3
View file @
687f45ba
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment