|
svo
Semi-Direct Visual Odometry
|
A candidate is a point that projects into the image plane and for which we will search a maching feature in the image. More...
Public Member Functions | |
| Candidate (Point *pt, Vector2d &px) | |
Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW Point * | pt |
| 3D point. | |
| Vector2d | px |
| projected 2D pixel location. | |
A candidate is a point that projects into the image plane and for which we will search a maching feature in the image.
| svo::Reprojector::Candidate::Candidate | ( | Point * | pt, |
| Vector2d & | px | ||
| ) | [inline] |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW Point* svo::Reprojector::Candidate::pt |
3D point.
| Vector2d svo::Reprojector::Candidate::px |
projected 2D pixel location.
1.7.6.1