73 #ifndef TI_IMG_RECURSIVE_NMS_H 74 #define TI_IMG_RECURSIVE_NMS_H 107 int32_t cur_score_th, int32_t max_frame_feat,
108 int32_t guard_pixels, int8_t* scratch, int32_t data_type,
136 int32_t cur_score_th, int32_t max_frame_feat,
137 int32_t guard_pixels, int8_t* scratch, int32_t data_type,
int32_t tiadalg_image_recursive_nms_c66(int8_t *score_buf, int32_t img_width, int32_t img_pitch, int32_t img_height, int32_t cur_score_th, int32_t max_frame_feat, int32_t guard_pixels, int8_t *scratch, int32_t data_type, int32_t *out_buf)
It does scores buffer thresholding, and then NMS is performed. This is helpful in the scenario where ...
int32_t tiadalg_image_recursive_nms_cn(int8_t *score_buf, int32_t img_width, int32_t img_pitch, int32_t img_height, int32_t cur_score_th, int32_t max_frame_feat, int32_t guard_pixels, int8_t *scratch, int32_t data_type, int32_t *out_buf)
It does scores buffer thresholding, and then NMS is performed. This is helpful in the scenario where ...