60 OpenCVCamCalib(
unsigned int boardWidth=6,
unsigned int boardHeight=9,
unsigned int boardCount=8);
82 void resetData(
int width,
int height,
int count);
93 void loadParams(
const char* xmlfilename);
96 void saveParams(
const char* xmlfilename);
undocument this line if you encounter any issues!
Definition: Any.h:37
Class interface for un-copyable classes.
Definition: Uncopyable.h:64
#define ICLCV_API
Definition: CompatMacros.h:177
Cameracalibration using OpenCV functions.
Definition: OpenCVCamCalib.h:47
Data * m_data
Class for internal params and buffers.
Definition: OpenCVCamCalib.h:49
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131