11 #include "opencv2/video/tracking.hpp" 12 #include "opencv2/highgui/highgui.hpp" 15 #define StateType cv::Rect_<float> 66 std::vector<StateType> m_history;
StateType get_rect_xysr(float cx, float cy, float s, float r)
void update(StateType stateMat)
KalmanTracker(StateType initRect, float confidence, int classId, int objectId)
This class represents the internel state of individual tracked objects observed as bounding box...