다중 객체 추적
트랙 생성, 삭제, 관리
여러 객체의 트랙을 만들고, 삭제하고, 관리합니다. 객체 위치와 속도를 가져옵니다.
함수
deleteTrack | Delete existing track |
getTrackPositions | Returns updated track positions and position covariance matrix |
getTrackVelocities | Obtain updated track velocities and velocity covariance matrix |
initializeTrack | Initialize new track in tracker |
confirmTrack | Confirm tentative track (R2022b 이후) |
objectDetection | Report for single object detection |
objectTrack | Single object track report |
predictTracksToTime | Predict tracks to a time stamp |
radarTracker | Multi-target tracker using GNN assignment |
getTrackFilterProperties | Obtain values of filter properties from radarTracker |
setTrackFilterProperties | Sets values of track filter properties |
trackHistoryLogic | Confirm and delete tracks based on recent track history |