nndeploy C++ API  0.2.0
nndeploy C++ API
Classes | Namespaces | Typedefs
tracker.h File Reference
#include <map>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <vector>
#include "nndeploy/track/trajectory.h"
Include dependency graph for tracker.h:

Go to the source code of this file.

Classes

class  nndeploy::track::JDETracker
 
struct  nndeploy::track::Track
 

Namespaces

 nndeploy
 
 nndeploy::track
 

Typedefs

typedef std::map< int, int > nndeploy::track::Match
 
typedef std::map< int, int >::iterator nndeploy::track::MatchIterator