Basically, I want to detect an object and track it in the video (frame by frame).
I can detect it in the first frame, for example, with ORB or SIFT. But for the next frames (or, say, the next XX frames), I would like to avoid to reveal all the key points again (ORB or SIFT) in order to detect this again.
Given that I want to track it in real time video, what can I do?
c ++ opencv object-detection tracking
dynamic
source share