10 #ifndef CVTrackedWAI_H
11 #define CVTrackedWAI_H
Live video camera calibration class with OpenCV an OpenCV calibration.
CVTracked is the pure virtual base class for tracking features in video.
Tracker that uses the ORB-Slam based WAI library (Where Am I)
ORB_SLAM2::ORBextractor * _initializationExtractor
ORB_SLAM2::ORBextractor * _trackingExtractor
CVTrackedWAI(const string &vocabularyFile)
bool track(CVMat imageGray, CVMat imageBgr, CVCalibration *calib) final