IVT
CUndistortionSimple Class Reference

#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 ()
 

Detailed Description

Definition at line 68 of file UndistortionSimple.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

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.

void CUndistortionSimple::UpdateMaps ( )

The documentation for this class was generated from the following files: