42 #ifndef _UNDISTORTION_SIMPLE_H_
43 #define _UNDISTORTION_SIMPLE_H_
93 CUndistortionMapper(
bool bInterpolate) :
CImageMapper(bInterpolate) { }
95 void Init(
int width,
int height,
float d);
98 void ComputeOriginalCoordinates(
const Vec2d &newCoordinates,
Vec2d &originalCoordinates);
106 CUndistortionMapper *m_pUndistortionMapper;
Data structure for the representation of a 2D vector.
void Undistort(const CByteImage *pInputImage, CByteImage *pOutputImage)
Camera model parameters and functions for a single camera.
CUndistortionSimple(int width, int height, float d, bool bInterpolate=true)
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 ...
Camera model and functions for a stereo camera system.