Tracker
Base abstract class for the long-term tracker:
Member of Tracking
-
Initialize the tracker with a known bounding box that surrounded the target
Declaration
Parameters
imageThe initial frame
boundingBoxThe initial bounding box
Return Value
True if initialization went succesfully, false otherwise
-
Update the tracker, find the new most likely bounding box for the target
Declaration
Parameters
imageThe current frame
boundingBoxThe bounding box that represent the new target location, if true was returned, not modified otherwise
Return Value
True means that target was located and false means that tracker cannot locate target in current frame. Note, that latter does not imply that tracker has failed, maybe target is indeed missing from the frame (say, out of sight)
View on GitHub
Tracker Class Reference