Classes | |
struct | bbox_t |
struct | bbox_t_container |
class | Detector |
struct | image_t |
class | preview_boxes_t |
struct | preview_boxes_t::preview_box_track_t |
class | track_kalman_t |
struct | track_kalman_t::one_kalman_t |
struct | track_kalman_t::tst_t |
class | Tracker_optflow |
Macros | |
#define | C_SHARP_MAX_OBJECTS 1000 |
Functions | |
bool | built_with_cuda () |
bool | built_with_cudnn () |
bool | built_with_opencv () |
int | detect_image (const char *filename, bbox_t_container &container) |
int | detect_mat (const uint8_t *data, const size_t data_length, bbox_t_container &container) |
int | dispose () |
int | get_device_count () |
int | get_device_name (int gpu, char *deviceName) |
int | init (const char *configurationFilename, const char *weightsFilename, int gpu, int batch_size) |
static cv::Scalar | obj_id_to_color (int obj_id) |
#define C_SHARP_MAX_OBJECTS 1000 |
bool built_with_cuda | ( | ) |
bool built_with_cudnn | ( | ) |
bool built_with_opencv | ( | ) |
int detect_image | ( | const char * | filename, |
bbox_t_container & | container | ||
) |
int detect_mat | ( | const uint8_t * | data, |
const size_t | data_length, | ||
bbox_t_container & | container | ||
) |
int dispose | ( | ) |
int get_device_count | ( | ) |
int get_device_name | ( | int | gpu, |
char * | deviceName | ||
) |
int init | ( | const char * | configurationFilename, |
const char * | weightsFilename, | ||
int | gpu, | ||
int | batch_size | ||
) |
|
static |