OpenShot Library | libopenshot  0.3.2
Classes | Macros
KalmanTracker.h File Reference
#include "opencv2/video/tracking.hpp"
#include "opencv2/highgui/highgui.hpp"
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

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 15 of file KalmanTracker.h.