42 #ifndef _RECTIFICATION_H_
43 #define _RECTIFICATION_H_
86 bool Init(
const char *pCameraParameterFileName);
100 CRectificationMapper(
bool bInterpolate,
bool bUndistort) :
CImageMapper(bInterpolate)
102 m_bUndistort = bUndistort;
108 void ComputeOriginalCoordinates(
const Vec2d &newCoordinates,
Vec2d &originalCoordinates);
121 CRectificationMapper *m_pRectificationMapperLeft;
122 CRectificationMapper *m_pRectificationMapperRight;
CRectification(bool bInterpolate=true, bool bUndistort=true)
Data structure for the representation of a 2D vector.
void Rectify(const CByteImage *const *ppInputImages, CByteImage **ppOutputImages)
bool Init(const char *pCameraParameterFileName)
Camera model parameters and functions for a single camera.
Class for efficient application of arbitrary 2D-2D transformations to whole images.
Data structure for the representation of a 3x3 matrix.
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...
Performing rectification of a stereo image pair.
Camera model and functions for a stereo camera system.