IVT
|
#include <UndistortionSimple.h>
Public Member Functions | |
CUndistortionSimple (int width, int height, float d, bool bInterpolate=true) | |
~CUndistortionSimple () | |
void | UpdateMaps () |
void | Undistort (const CByteImage *pInputImage, CByteImage *pOutputImage) |
int | GetWidth () |
int | GetHeight () |
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.
CUndistortionSimple::~CUndistortionSimple | ( | ) |
Definition at line 96 of file UndistortionSimple.cpp.
|
inline |
Definition at line 86 of file UndistortionSimple.h.
|
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.
void CUndistortionSimple::UpdateMaps | ( | ) |