Hi, we have assigned unique ID to each tracked object for tracking the vehicle.we want some suggestions so that we can avoid object that is coming at some certain angle?
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.
Hi, we have assigned unique ID to each tracked object for tracking the vehicle.we want some suggestions so that we can avoid object that is coming at some certain angle?
Hi,
Our team is focused on supporting the silicon & sw we release and can provide limited support regarding system issues.
Here is some potential ideas to investigate
1) angle less than 45 degree
- after computing the detected object angle, it is possible to exclude the points with angle less than 45 degrees
2) vehicle is coming parallel
- angle value can also be used to remove some of the detected points
Thank you
Cesar