Skip to content

Commit

Permalink
Update BoundingBoxIoUMatching.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cj-mills committed Nov 19, 2023
1 parent 07b5624 commit e878836
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/BoundingBoxIoUMatching.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Eigen::MatrixXd iou_distance(
* based on the highest IoU value. It updates the track IDs accordingly.
*
* @param tlbr_boxes Matrix of bounding boxes for detections (N, 4).
* @param track_ids_input Vector of existing track IDs.
* @param tracks Vector of KalmanBBoxTrack representing the current tracks.
* @return Vector of updated track IDs after matching.
*/
Expand Down

0 comments on commit e878836

Please sign in to comment.