pub fn non_max_suppression( detections: &[Detection], iou_threshold: f32, max_detections: usize, ) -> Vec<Detection>
Standard score-sorted NMS.