Ask Your Question
1

Scale-adaptive object tracking

asked 2020-08-10 13:16:17 -0600

rgov gravatar image

The KCF tracker built into OpenCV does a very good job of tracking an object as it moves relative to the camera, but the size of the bounding box is fixed, and it does not adapt to the scale of the object changing.

Are there algorithms with similar performance that are able to adapt to the gradually changing scale of the object?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2020-08-11 10:08:18 -0600

berak gravatar image

let's see, what we have:

can resize:

TLD           yes
BOOSTING      no
MEDIAN_FLOW   yes
CSRT          yes
MIL           yes
KCF           no
MOSSE         no
GOTURN        ??
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-08-10 13:16:17 -0600

Seen: 839 times

Last updated: Aug 11 '20