Darknet/YOLO v3.0-97-g3520881-dirty
Object Detection Framework
 
Loading...
Searching...
No Matches
Detector Member List

This is the complete list of members for Detector, including all inherited members.

_cfg_filenameDetectorprivate
_weight_filenameDetectorprivate
cur_gpu_idDetector
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)Detectorinline
detect_resized(image_t img, int init_w, int init_h, float thresh=0.2, bool use_mean=false)Detectorinline
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_ptrDetectorprivate
free_image(image_t m)Detectorstatic
get_cuda_context()Detector
get_net_color_depth() constDetector
get_net_height() constDetector
get_net_width() constDetector
load_image(std::string image_filename)Detectorstatic
make_empty_image(int w, int h, int c)Detectorinlineprivatestatic
make_image_custom(int w, int h, int c)Detectorinlineprivatestatic
mat_to_image(cv::Mat img_src)Detectorinlinestatic
mat_to_image_custom(cv::Mat mat)Detectorinlineprivatestatic
mat_to_image_resize(cv::Mat mat) constDetectorinline
nmsDetector
prev_bbox_vec_dequeDetectorprivate
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)Detectorinline
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_streamDetector
~Detector()Detector