pub fn nms_boxes_rotated_def(
bboxes: &Vector<RotatedRect>,
scores: &Vector<f32>,
score_threshold: f32,
nms_threshold: f32,
indices: &mut Vector<i32>,
) -> Result<()>Expand description
ยงNote
This alternative version of nms_boxes_rotated function uses the following default values for its arguments:
- eta: 1.f
- top_k: 0