SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma_nms.h File Reference
#include <algorithm>
#include <forward_list>
#include <iterator>
#include <vector>
#include "../ma_types.h"
Include dependency graph for ma_nms.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ma
 
 ma::utils
 

Functions

void ma::utils::nms (std::forward_list< ma_bbox_t > &bboxes, float threshold_iou, float threshold_score, bool soft_nms, bool multi_target)
 
void ma::utils::nms (std::forward_list< ma_bbox_ext_t > &bboxes, float threshold_iou, float threshold_score, bool soft_nms, bool multi_target)