OpenCV
4.10.0
Open Source Computer Vision
|
This is the complete list of members for cv::dnn_objdetect::InferBbox, including all inherited members.
assert_predictions(std::vector< std::vector< double > > *min_max_boxes) | cv::dnn_objdetect::InferBbox | protected |
comparator(std::pair< double, size_t > l1, std::pair< double, size_t > l2) | cv::dnn_objdetect::InferBbox | inlineprotectedstatic |
detections | cv::dnn_objdetect::InferBbox | |
filter(double thresh=0.8) | cv::dnn_objdetect::InferBbox | |
filter_top_n(std::vector< std::vector< double > > *probs, std::vector< std::vector< double > > *boxes, std::vector< std::vector< double > > &top_n_boxes, std::vector< size_t > &top_n_idxs, std::vector< double > &top_n_probs) | cv::dnn_objdetect::InferBbox | protected |
final_probability_dist(std::vector< std::vector< double > > *final_probs) | cv::dnn_objdetect::InferBbox | protected |
InferBbox(Mat _delta_bbox, Mat _class_scores, Mat _conf_scores) | cv::dnn_objdetect::InferBbox | |
intersection_over_union(std::vector< std::vector< double > > *boxes, std::vector< double > *base_box, std::vector< double > *iou) | cv::dnn_objdetect::InferBbox | protected |
nms_wrapper(std::vector< std::vector< double > > &top_n_boxes, std::vector< size_t > &top_n_idxs, std::vector< double > &top_n_probs) | cv::dnn_objdetect::InferBbox | protected |
non_maximal_suppression(std::vector< std::vector< double > > *boxes, std::vector< double > *probs) | cv::dnn_objdetect::InferBbox | protected |
transform_bboxes(std::vector< std::vector< double > > *bboxes) | cv::dnn_objdetect::InferBbox | protected |
transform_bboxes_inv(std::vector< std::vector< double > > *pre, std::vector< std::vector< double > > *post) | cv::dnn_objdetect::InferBbox | protected |