svo
Semi-Direct Visual Odometry
|
The grid stores a set of candidate matches. For every grid cell we try to find one match. More...
Public Attributes | |
CandidateGrid | cells |
vector< int > | cell_order |
int | cell_size |
int | grid_n_cols |
int | grid_n_rows |
The grid stores a set of candidate matches. For every grid cell we try to find one match.
vector<int> svo::Reprojector::Grid::cell_order |