I have read the documentation on tracking algorithms.
I would like to adjust the maintenance parameters of the tracked object.
For example, if the number of new point clouds connected is less than 3 for the tracked object, I would like to free.
However, as far as I know, the only parameter related to maintenance is the state parameter, which changes the state by HIT or MISS event, and HIT event can be occur even with one point cloud is connected with tracked object.
In other words, I want to increase the HIT event occurrence condition.
Are there any parameters for this? Or do I need to change the code?
Thanks.