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
fded619e
Commit
fded619e
authored
3 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
doc
parent
c33906d8
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
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/vision/processor/active_search.h
+4
-3
4 additions, 3 deletions
include/vision/processor/active_search.h
with
4 additions
and
3 deletions
include/vision/processor/active_search.h
+
4
−
3
View file @
fded619e
...
...
@@ -34,9 +34,10 @@ namespace wolf{
* This guarantees that the system will automatically populate all the
* regions of the image.
*
* The feature density can be controlled by
* adjusting the grid's number of cells.
* Typically, use grids of 5x5 to 18x12 cells. Try to make reasonably square cells.
* The feature density can be controlled by adjusting the grid's number of cells. Important notes:
* - Typically, use grids of 5x5 to 18x12 cells.
* - The number of divisions in Horizontal and Vertical dimensions must be an integer divisor of the respective image dimensions
* - Try to make reasonably square cells.
*
* This class implements a few interesting features:
* - The grid can be randomly re-positioned at each frame to avoid dead zones at the cell edges.
...
...
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