Home
last modified time | relevance | path

Searched refs:draw_box_width (Results 1 – 4 of 4) sorted by relevance

/dports/misc/darknet/darknet-darknet_yolo_v4_pre/src/
H A Dclassifier.c1071draw_box_width(out, x2 + border, y1 + .02*h, x2 + .5 * w, y1 + .02*h + border, border, 0,0,0); in threat_classifier()
1073 draw_box_width(out, x2 + .5 * w + border, in threat_classifier()
1078 draw_box_width(out, x2 + .5 * w + border, in threat_classifier()
1082draw_box_width(out, x2 + border, y1 + .42*h, x2 + .5 * w, y1 + .42*h + border, border, 0,0,0); in threat_classifier()
1084 draw_box_width(out, x2 + .5 * w + border, in threat_classifier()
1089 draw_box_width(out, x2 + .5 * w + border, in threat_classifier()
1094 draw_box_width(out, x1, y1, x2, y2, border, 0,0,0); in threat_classifier()
1099draw_box_width(out, x1 + border, y2 - border - i, x2 - border, y2 - border - i, 1, r, g, 0); in threat_classifier()
H A Dimage.h28 void draw_box_width(image a, int x1, int y1, int x2, int y2, int w, float r, float g, float b);
H A Dimage.c227 void draw_box_width(image a, int x1, int y1, int x2, int y2, int w, float r, float g, float b) in draw_box_width() function
413draw_box_width(im, left, top, right, bot, width, red, green, blue); // 3 channels RGB in draw_detections_v3()
494 draw_box_width(im, left, top, right, bot, width, red, green, blue); in draw_detections()
H A Ddata.c1282draw_box_width(tmp_ai, left, top, right, bot, 1, 150, 100, 50); // 3 channels RGB in load_data_detection()
1488 draw_box_width(sized, left, top, right, bot, 1, 150, 100, 50); // 3 channels RGB in load_data_detection()