C++实现NMS非极大值抑制
struct detect_region;
bool cmp(detect_region a, detect_region b);
void nonmaxsuppression(vector<detect_region> ®ion_list)
struct detect_region;
bool cmp(detect_region a, detect_region b);
void nonmaxsuppression(vector<detect_region> ®ion_list)