10 #ifndef CVCHESSBOARDTRACKER_H 
   11 #define CVCHESSBOARDTRACKER_H 
vector< cv::Point3f > CVVPoint3f
 
Live video camera calibration class with OpenCV an OpenCV calibration.
 
OpenCV chessboard tracker class derived from CVTracked.
 
CVVPoint3f _boardPoints3D
 
bool track(CVMat imageGray, CVMat imageBgr, CVCalibration *calib) final
Tracks the chessboard image in the given image for the first sceneview.
 
void calcBoardCorners3D(const CVSize &boardSize, float squareSize, CVVPoint3f &objectPoints3D)
 
string _calibParamsFileName
 
CVTrackedChessboard(string calibIniPath)
 
CVTracked is the pure virtual base class for tracking features in video.