|
nndeploy C++ API
0.2.0
nndeploy C++ API
|
Classes | |
| class | JDETracker |
| class | MOTResult |
| class | TKalmanFilter |
| struct | Track |
| class | Trajectory |
| class | VisMOT |
Typedefs | |
| typedef char | boolean |
| typedef double | cost_t |
| typedef enum nndeploy::track::fp_t | fp_t |
| typedef signed int | int_t |
| typedef std::map< int, int > | Match |
| typedef std::map< int, int >::iterator | MatchIterator |
| typedef std::vector< Trajectory > | TrajectoryPool |
| typedef std::vector< Trajectory >::iterator | TrajectoryPoolIterator |
| typedef std::vector< Trajectory * > | TrajectoryPtrPool |
| typedef std::vector< Trajectory * >::iterator | TrajectoryPtrPoolIterator |
| typedef unsigned int | uint_t |
Enumerations | |
| enum | fp_t { FP_1 = 1 , FP_2 = 2 , FP_DYNAMIC = 3 } |
| enum | TrajectoryState { New = 0 , Tracked = 1 , Lost = 2 , Removed = 3 } |
Functions | |
| int | lapjv_internal (const cv::Mat &cost, const bool extend_cost, const float cost_limit, int *x, int *y) |
| cv::Vec4f | ltrb2xyah (const cv::Vec4f <rb) |
| typedef char nndeploy::track::boolean |
| typedef double nndeploy::track::cost_t |
| typedef enum nndeploy::track::fp_t nndeploy::track::fp_t |
| typedef signed int nndeploy::track::int_t |
| typedef std::map<int, int> nndeploy::track::Match |
| typedef std::map<int, int>::iterator nndeploy::track::MatchIterator |
| typedef std::vector<Trajectory> nndeploy::track::TrajectoryPool |
Definition at line 38 of file trajectory.h.
| typedef std::vector<Trajectory>::iterator nndeploy::track::TrajectoryPoolIterator |
Definition at line 39 of file trajectory.h.
| typedef std::vector<Trajectory *> nndeploy::track::TrajectoryPtrPool |
Definition at line 40 of file trajectory.h.
| typedef std::vector<Trajectory *>::iterator nndeploy::track::TrajectoryPtrPoolIterator |
Definition at line 41 of file trajectory.h.
| typedef unsigned int nndeploy::track::uint_t |
| Enumerator | |
|---|---|
| New | |
| Tracked | |
| Lost | |
| Removed | |
Definition at line 35 of file trajectory.h.
| int nndeploy::track::lapjv_internal | ( | const cv::Mat & | cost, |
| const bool | extend_cost, | ||
| const float | cost_limit, | ||
| int * | x, | ||
| int * | y | ||
| ) |
|
inline |
Definition at line 142 of file trajectory.h.