What is the matlab code for the function assignDetectionsToTracks for calculating assignments, unassignedTracks, unassignedDetections from cost?
이전 댓글 표시
I run the multiobjecttracking code.But it shows the error 'Undefined Function assignDtectionToTracks'.
댓글 수: 2
Sushree Nayak
2014년 12월 19일
Geoff Hayes
2014년 12월 20일
Sushree - which multi-objective tracking code are you using? Something from the File Exchange or something that you have written?
The error message is telling you that it can't find the function assignDtectionToTracks in the MATLAB search path.
Please describe the code that you are using, and the code that you are calling that leads to this error message.
답변 (1개)
Dima Lisin
2015년 7월 21일
0 개 추천
assignDetectionsToTracks is available in the Computer Vision System Toolbox, in the R2012b release or later.
카테고리
도움말 센터 및 File Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!