You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Kyle,
I want to get the current vector, because when blobs are being undetected but young enought in the traker, they are still usefull and I need their internal data ( Age, Rect, ... ).
Hello Kyle,
I want to get the
current
vector, because when blobs are being undetected but young enought in the traker, they are still usefull and I need their internal data ( Age, Rect, ... ).For now, I've added a getter function:
vector<TrackedObject<T> > getCurrentRaw();
Isthere another method for this instead?
The text was updated successfully, but these errors were encountered: