Hello Team,
I want to set to track only objects with a speed less than 0 in the Y dimension. How do I set it in the Kalman filter?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Team,
I want to set to track only objects with a speed less than 0 in the Y dimension. How do I set it in the Kalman filter?
Hi,
I will check on this and get back to you.
Thanks and Regards,
Akshay.
Hi,
Can you please try something simple by putting a mask on TLV with speed > 0 and let me know if this solution works for you?
Thanks and Regards,
Akshay.
Hi,
Give me some time for me to dig up more info on this.
Thanks and Regards,
Akshay.
Hi,
Thanks for your patience. As you want speed < 0 objects only to be detected (ie objects moving towards radar only), can you please add a condition in dss_data_path.c, in function rangeBasedPruning (lines 1249 -1250) as shown in snip below:
"&& objRaw[numObjOut].speed<0" and recompile the lab again and see if this helps you to achieve what you had wanted.
Let me know if you have any questions.
Thanks and Regards,
Akshay.