Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vision
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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_lib
plugins
vision
Commits
4151b440
Commit
4151b440
authored
3 years ago
by
Mederic Fourmy
Browse files
Options
Downloads
Patches
Plain Diff
Put a high RANSAC confidence so that gtest pass
parent
9613303e
No related branches found
No related tags found
2 merge requests
!36
After cmake and const refactor
,
!28
Resolve "Building a new visual odometry system"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
demos/processor_visual_odometry.yaml
+1
-1
1 addition, 1 deletion
demos/processor_visual_odometry.yaml
test/processor_visual_odometry_gtest.yaml
+1
-1
1 addition, 1 deletion
test/processor_visual_odometry_gtest.yaml
with
2 additions
and
2 deletions
demos/processor_visual_odometry.yaml
+
1
−
1
View file @
4151b440
...
...
@@ -48,7 +48,7 @@ grid_params:
ransac_params
:
# specifies a desirable level of confidence (probability) that the estimated matrix is correct
ransac_prob
:
0.99
ransac_prob
:
0.99
9
# maximum distance from a point to an epipolar line in pixels, beyond which the point
# is considered an outlier and is not used for computing the final fundamental matrix
ransac_thresh
:
1
...
...
This diff is collapsed.
Click to expand it.
test/processor_visual_odometry_gtest.yaml
+
1
−
1
View file @
4151b440
...
...
@@ -41,7 +41,7 @@ grid_params:
ransac_params
:
# specifies a desirable level of confidence (probability) that the estimated matrix is correct
ransac_prob
:
0.99
ransac_prob
:
0.99
9
# maximum distance from a point to an epipolar line in pixels, beyond which the point
# is considered an outlier and is not used for computing the final fundamental matrix
ransac_thresh
:
1
...
...
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