svo
Semi-Direct Visual Odometry
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
svo::Reprojector::Candidate Struct Reference

A candidate is a point that projects into the image plane and for which we will search a maching feature in the image. More...

List of all members.

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.

Detailed Description

A candidate is a point that projects into the image plane and for which we will search a maching feature in the image.


Constructor & Destructor Documentation

svo::Reprojector::Candidate::Candidate ( Point pt,
Vector2d &  px 
) [inline]

Member Data Documentation

EIGEN_MAKE_ALIGNED_OPERATOR_NEW Point* svo::Reprojector::Candidate::pt

3D point.

projected 2D pixel location.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines