42 #ifndef _UNDISTORTION_SIMPLE_H_ 43 #define _UNDISTORTION_SIMPLE_H_ 95 void Init(
int width,
int height,
float d);
void Undistort(const CByteImage *pInputImage, CByteImage *pOutputImage)
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.
void Init(int width, int height, float d)
Class for efficient application of arbitrary 2D-2D transformations to whole images.
GLenum GLsizei GLsizei height
Data structure for the representation of a 2D vector.
void ComputeOriginalCoordinates(const Vec2d &newCoordinates, Vec2d &originalCoordinates)
CUndistortionMapper(bool bInterpolate)
CUndistortionMapper * m_pUndistortionMapper
Camera model parameters and functions for a single camera.
CUndistortionSimple(int width, int height, float d, bool bInterpolate=true)