pub fn batched_nms( detections: &[Detection], score_threshold: f32, iou_threshold: f32, ) -> Result<Vec<usize>, VisionError>
Class-aware greedy NMS over detection records.