#include <UndistortionSimple.h>
Classes | |
class | CUndistortionMapper |
Public Member Functions | |
CUndistortionSimple (int width, int height, float d, bool bInterpolate=true) | |
int | GetHeight () |
int | GetWidth () |
void | Undistort (const CByteImage *pInputImage, CByteImage *pOutputImage) |
void | UpdateMaps () |
~CUndistortionSimple () | |
Private Attributes | |
int | height |
CUndistortionMapper * | m_pUndistortionMapper |
int | width |
Definition at line 68 of file UndistortionSimple.h.
CUndistortionSimple::CUndistortionSimple | ( | int | width, |
int | height, | ||
float | d, | ||
bool | bInterpolate = true |
||
) |
Definition at line 87 of file UndistortionSimple.cpp.
Definition at line 96 of file UndistortionSimple.cpp.
int CUndistortionSimple::GetHeight | ( | ) | [inline] |
Definition at line 86 of file UndistortionSimple.h.
int CUndistortionSimple::GetWidth | ( | ) | [inline] |
Definition at line 85 of file UndistortionSimple.h.
void CUndistortionSimple::Undistort | ( | const CByteImage * | pInputImage, |
CByteImage * | pOutputImage | ||
) |
Definition at line 106 of file UndistortionSimple.cpp.
int CUndistortionSimple::height [private] |
Definition at line 107 of file UndistortionSimple.h.
Definition at line 106 of file UndistortionSimple.h.
int CUndistortionSimple::width [private] |
Definition at line 107 of file UndistortionSimple.h.