nndeploy C++ API  0.2.0
nndeploy C++ API
Classes | Namespaces | Typedefs | Enumerations | Functions
trajectory.h File Reference
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <vector>
#include "opencv2/video/tracking.hpp"
Include dependency graph for trajectory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nndeploy::track::TKalmanFilter
 
class  nndeploy::track::Trajectory
 

Namespaces

 nndeploy
 
 nndeploy::track
 

Typedefs

typedef std::vector< Trajectory > nndeploy::track::TrajectoryPool
 
typedef std::vector< Trajectory >::iterator nndeploy::track::TrajectoryPoolIterator
 
typedef std::vector< Trajectory * > nndeploy::track::TrajectoryPtrPool
 
typedef std::vector< Trajectory * >::iterator nndeploy::track::TrajectoryPtrPoolIterator
 

Enumerations

enum  nndeploy::track::TrajectoryState { nndeploy::track::New = 0 , nndeploy::track::Tracked = 1 , nndeploy::track::Lost = 2 , nndeploy::track::Removed = 3 }
 

Functions

cv::Vec4f nndeploy::track::ltrb2xyah (const cv::Vec4f &ltrb)