Public Member Functions | |
CRectificationMapper (bool bInterpolate, bool bUndistort) | |
void | Init (const Mat3d &homography, const CCalibration *pCalibration) |
Private Member Functions | |
void | ComputeOriginalCoordinates (const Vec2d &newCoordinates, Vec2d &originalCoordinates) |
Private Attributes | |
bool | m_bUndistort |
Mat3d | m_homography |
const CCalibration * | m_pCalibration |
Definition at line 97 of file Rectification.h.
CRectification::CRectificationMapper::CRectificationMapper | ( | bool | bInterpolate, |
bool | bUndistort | ||
) | [inline] |
Definition at line 100 of file Rectification.h.
void CRectification::CRectificationMapper::ComputeOriginalCoordinates | ( | const Vec2d & | newCoordinates, |
Vec2d & | originalCoordinates | ||
) | [private, virtual] |
Implements CImageMapper.
Definition at line 70 of file Rectification.cpp.
void CRectification::CRectificationMapper::Init | ( | const Mat3d & | homography, |
const CCalibration * | pCalibration | ||
) |
Definition at line 62 of file Rectification.cpp.
bool CRectification::CRectificationMapper::m_bUndistort [private] |
Definition at line 113 of file Rectification.h.
Definition at line 111 of file Rectification.h.
const CCalibration* CRectification::CRectificationMapper::m_pCalibration [private] |
Definition at line 110 of file Rectification.h.