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
fb0eb842
Commit
fb0eb842
authored
3 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
doc
parent
ac5b7be5
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
+3
-3
3 additions, 3 deletions
include/vision/processor/active_search.h
with
3 additions
and
3 deletions
include/vision/processor/active_search.h
+
3
−
3
View file @
fb0eb842
...
...
@@ -49,9 +49,9 @@ namespace wolf{
* behavior in landmark initialization.
*
* The grid defines a set of cells in the image.
* The idea is to count the number of projected landmarks per grid cell,
* The idea is to count the number of projected landmarks
, or active tracks,
per grid cell,
* and use one randomly chosen cell that is empty
* for feature detection and landmark initialization.
* for feature detection and landmark
or track
initialization.
* This guarantees that the system will automatically populate all the
* regions of the image.
*
...
...
@@ -63,7 +63,7 @@ namespace wolf{
* 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.
* - Only the inner cells are activated for feature detection to avoid reaching the image edges.
* - The region of interest (ROI) associated with a particular cell is shr
i
nk
ed
with a parametrizable amount
* - The region of interest (ROI) associated with a particular cell is shr
u
nk with a paramet
e
rizable amount
* to guarantee a minimum 'separation' between existing and new features.
* - The region of interest is ensured to lie at a distance from the image boundaries, defined by the parameter 'margin'.
*
...
...
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