This is the complete list of members for Detector, including all inherited members.
_cfg_filename | Detector | private |
_weight_filename | Detector | private |
cur_gpu_id | Detector | |
detect(std::string image_filename, float thresh=0.2, bool use_mean=false) | Detector | |
detect(image_t img, float thresh=0.2, bool use_mean=false) | Detector | |
detect(cv::Mat mat, float thresh=0.2, bool use_mean=false) | Detector | inline |
detect_resized(image_t img, int init_w, int init_h, float thresh=0.2, bool use_mean=false) | Detector | inline |
detectBatch(image_t img, int batch_size, int width, int height, float thresh, bool make_nms=true) | Detector | |
Detector(std::string cfg_filename, std::string weight_filename, int gpu_id=0, int batch_size=1) | Detector | |
detector_gpu_ptr | Detector | private |
free_image(image_t m) | Detector | static |
get_cuda_context() | Detector | |
get_net_color_depth() const | Detector | |
get_net_height() const | Detector | |
get_net_width() const | Detector | |
load_image(std::string image_filename) | Detector | static |
make_empty_image(int w, int h, int c) | Detector | inlineprivatestatic |
make_image_custom(int w, int h, int c) | Detector | inlineprivatestatic |
mat_to_image(cv::Mat img_src) | Detector | inlinestatic |
mat_to_image_custom(cv::Mat mat) | Detector | inlineprivatestatic |
mat_to_image_resize(cv::Mat mat) const | Detector | inline |
nms | Detector | |
prev_bbox_vec_deque | Detector | private |
send_json_http(std::vector< bbox_t > cur_bbox_vec, std::vector< std::string > obj_names, int frame_id, std::string filename=std::string(), int timeout=400000, int port=8070) | Detector | inline |
tracking_id(std::vector< bbox_t > cur_bbox_vec, bool const change_history=true, int const frames_story=5, int const max_dist=40) | Detector | |
wait_stream | Detector | |
~Detector() | Detector |