Skip to content
Snippets Groups Projects
Commit fded619e authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

doc

parent c33906d8
No related branches found
No related tags found
2 merge requests!36After cmake and const refactor,!28Resolve "Building a new visual odometry system"
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment