Darknet/YOLO v3.0-97-g3520881-dirty
Object Detection Framework
 
Loading...
Searching...
No Matches
yolo_v2_class.hpp File Reference
Include dependency graph for yolo_v2_class.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ C_SHARP_MAX_OBJECTS

#define C_SHARP_MAX_OBJECTS   1000

Function Documentation

◆ built_with_cuda()

bool built_with_cuda ( )

◆ built_with_cudnn()

bool built_with_cudnn ( )

◆ built_with_opencv()

bool built_with_opencv ( )

◆ detect_image()

int detect_image ( const char *  filename,
bbox_t_container container 
)

◆ detect_mat()

int detect_mat ( const uint8_t *  data,
const size_t  data_length,
bbox_t_container container 
)

◆ dispose()

int dispose ( )

◆ get_device_count()

int get_device_count ( )

◆ get_device_name()

int get_device_name ( int  gpu,
char *  deviceName 
)

◆ init()

int init ( const char *  configurationFilename,
const char *  weightsFilename,
int  gpu,
int  batch_size 
)
Here is the caller graph for this function:

◆ obj_id_to_color()

static cv::Scalar obj_id_to_color ( int  obj_id)
static
Here is the caller graph for this function: