42 #ifndef _UNDISTORTION_H_
43 #define _UNDISTORTION_H_
85 int Init(
const char *pCameraParameterFileName);
101 CUndistortionMapper(
bool bInterpolate) :
CImageMapper(bInterpolate) { }
106 void ComputeOriginalCoordinates(
const Vec2d &newCoordinates,
Vec2d &originalCoordinates);
118 CUndistortionMapper *m_pUndistortionMapperLeft;
119 CUndistortionMapper *m_pUndistortionMapperRight;
Data structure for the representation of a 2D vector.
int Init(const char *pCameraParameterFileName)
CUndistortion(bool bInterpolate=true)
Performing undistortion of an image (or image pair).
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 8-bit grayscale images and 24-bit RGB (or HSV) color images ...
void Undistort(const CByteImage *pInputImage, CByteImage *pOutputImage)
Camera model and functions for a stereo camera system.