Hi,
After several articles, guides and materials, I have come to the realization that TI has two approaches to Object detection/point cloud formation prior group tracking:
1. range processing(1Dwindowing and 1D FFT)-->Angle processing(Clutter removal and Capon beam-forming)-->Objection detection(CFAR)-->Doppler Processing(2D or 3D FFT?)-->Group tracking
2. range processing(1Dwindowing and 1D FFT)-->Doppler Processing(clutter removal and 2D FFT)-->Objection detection(CFAR and peak grouping)-->Angle processing(3D FFT)-->Group tracking
Method (1) was used in Area Scanner demo and reference design while Method (2) was used in People counting demo and reference design.
My questions are as follows:
1. What are the (dis)advantages of say method (1) over method (2) or method (2) over method (1)?
2. For a customer interested in group tracking, which method is more recommended?
-Tosin