| | |
| | | void draw_box_width(image a, int x1, int y1, int x2, int y2, int w, float r, float g, float b);
|
| | | void draw_bbox(image a, box bbox, int w, float r, float g, float b);
|
| | | void draw_label(image a, int r, int c, image label, const float *rgb);
|
| | | void draw_weighted_label(image a, int r, int c, image label, const float *rgb, const float alpha); |
| | | void write_label(image a, int r, int c, image *characters, char *string, float *rgb);
|
| | | void draw_detections(image im, int num, float thresh, box *boxes, float **probs, char **names, image **labels, int classes);
|
| | | void draw_detections_v3(image im, detection *dets, int num, float thresh, char **names, image **alphabet, int classes, int ext_output);
|