OpenShot Library | libopenshot  0.7.0
Classes | Macros
KalmanTracker.h File Reference
#include "opencv2/video/tracking.hpp"
#include "opencv2/highgui/highgui.hpp"
#include <map>
#include <vector>
Include dependency graph for KalmanTracker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ClassScore
 
class  KalmanTracker
 This class represents the internel state of individual tracked objects observed as bounding box. More...
 

Macros

#define KALMAN_H   2
 
#define StateType   cv::Rect_<float>
 

Macro Definition Documentation

◆ KALMAN_H

#define KALMAN_H   2

Definition at line 9 of file KalmanTracker.h.

◆ StateType

#define StateType   cv::Rect_<float>

Definition at line 18 of file KalmanTracker.h.