This code is a demo that implements multiple target tracking in 2 and 3 dimensions. It is inspired by work of Y. Bar-Shalom related to Probabilistic Data Association Filters (PDAF).
Main file "Structure_PDAF_Tracking_Demo.m" does the following:
1. Generates number of points moving on different trajectories.
2. Adds clutter and noisy points.
3. Initializes the tracking structures.
4. Implements multiple target tracking over the time.
5. The tracking supports multiple target initiation, occlusion and loss.
This code could be extended to multiple dimensions, target moving profiles and noise. The tracking algorithm tries to follow the original PDAF algorithm. However, some shortcuts are made. Several parameters control the behavior of the tracking.
You are invited to try and comment me on this code.
인용 양식
Uri Dubin (2025). Probabilistic Data Association Filters (PDAF) - a tracking demo (https://kr.mathworks.com/matlabcentral/fileexchange/34146-probabilistic-data-association-filters-pdaf-a-tracking-demo), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux카테고리
- Robotics and Autonomous Systems > Automated Driving Toolbox > Detection and Tracking > Lidar Processing >
- Automotive > Automated Driving Toolbox > Detection and Tracking > Lidar Processing >
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!PDAF_2D3D/
| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 2.0.0.0 | New version is extended to 3D
|
||
| 1.0.0.0 |
