|
nndeploy C++ API
0.2.0
nndeploy C++ API
|
#include <opencv2/opencv.hpp>Go to the source code of this file.
Namespaces | |
| nndeploy | |
| nndeploy::track | |
Macros | |
| #define | FALSE 0 |
| #define | FREE(x) |
| #define | LARGE 1000000 |
| #define | NEW(x, t, n) |
| #define | SWAP_INDICES(a, b) |
| #define | TRUE 1 |
Typedefs | |
| 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 unsigned int | nndeploy::track::uint_t |
Enumerations | |
| enum | nndeploy::track::fp_t { nndeploy::track::FP_1 = 1 , nndeploy::track::FP_2 = 2 , nndeploy::track::FP_DYNAMIC = 3 } |
Functions | |
| int | nndeploy::track::lapjv_internal (const cv::Mat &cost, const bool extend_cost, const float cost_limit, int *x, int *y) |
| #define FREE | ( | x | ) |
| #define NEW | ( | x, | |
| t, | |||
| n | |||
| ) |
| #define SWAP_INDICES | ( | a, | |
| b | |||
| ) |