Probabilistic Data Association Filters (PDAF) - a tracking demo

버전 2.0.0.0 (14.1 KB) 작성자: Uri Dubin
This code is a short demo of tracking multiple moving points in clutter and noise.
다운로드 수: 5.5K
업데이트 날짜: 2016/10/20

라이선스 보기

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 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
2.0.0.0

New version is extended to 3D
Recently I found this link to the theory (I hope it still works)
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.212.383&rep=rep1&type=pdf.

1.0.0.0