Skip to content

Finding BBox of the tracked object #255

Discussion options

You must be logged in to vote

Hi @muhammadanas25,

In tracked_object.last_detection, you can find the last detection that was matched with the tracked_object. But if you need to access the estimated position of the bounding box as calculated by the Kalman filter, then you can get it from tracked_object.get_estimate().

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by facundo-lezama
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants