Hi,
I am investigating clustering and tracking approaches in SRR (Short Range Radar), TM (Traffic Monitoring), PC (People Counting) and SDK.
Clustering and tracking approach in TM, PC and SDK are very similar and they are very different from SRR approach.
SRR: Range-Azimuth-Doppler Estimation --> pointCoud --> Clustering (DBSCAN) --> StrongestPointsInClusters --> Multi Target Tracking --> trackedObjects
SDK/PC/TM: Range-Azimuth-Doppler Estimation --> pointCloud --> Multi Target Group Tracking --> trackedObjects
Multi Target Group Tracking is based on EKF, gating: mahalanobis distance threshold derived from constant ellipsoid volume, and data association: max likelihood Gaussian pdf.