pub fn nms_boxes_batched_1(
bboxes: &Vector<Rect2d>,
scores: &Vector<f32>,
class_ids: &Vector<i32>,
score_threshold: f32,
nms_threshold: f32,
indices: &mut Vector<i32>,
eta: f32,
top_k: i32,
) -> Result<()>
Expand description
ยงC++ default parameters
- eta: 1.f
- top_k: 0