#include "yolo_v2_class.hpp"
◆ anonymous enum
◆ preview_boxes_t()
preview_boxes_t::preview_boxes_t |
( |
size_t |
_preview_box_size = 100 , |
|
|
size_t |
_bottom_offset = 100 , |
|
|
bool |
_one_off_detections = false |
|
) |
| |
|
inline |
◆ draw()
void preview_boxes_t::draw |
( |
cv::Mat |
draw_mat, |
|
|
bool |
show_small_boxes = false |
|
) |
| |
|
inline |
◆ set()
void preview_boxes_t::set |
( |
cv::Mat |
src_mat, |
|
|
std::vector< bbox_t > |
result_vec |
|
) |
| |
|
inline |
◆ bottom_offset
size_t const preview_boxes_t::bottom_offset |
|
private |
◆ one_off_detections
bool const preview_boxes_t::one_off_detections |
|
private |
◆ preview_box_size
size_t const preview_boxes_t::preview_box_size |
|
private |
◆ preview_box_track_id
The documentation for this class was generated from the following file: