Ask Your Question
0

cv::Tracker roi size

asked 2016-01-18 05:59:41 -0600

foundry gravatar image

i am trying out cv::Tracker using tutorial_introduction_to_tracker.cpp, and comparing the prepackaged algorithns (MIL, BOOSTING, MEDIANFLOW, TLD, KCF).

In all but TLD, the size of the ROI bounding box remains fixed for the duration of the video, whilst the postiion varies to more-or-less correctly track the selected object.

I would expect the size to vary during a successful track as the tracked object depth postion varies.

Is this expected behaviour? Or does it indicate that the tracker has not correctly identified the tracked object?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-01-18 14:04:02 -0600

Tetragramm gravatar image

Almost all of the trackers do not have a scale component. So they track as best they can, but do not change size. I know KCF is that way, and I would assume that the others you name are too, though I haven't looked in as much detail at those.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-01-18 05:59:41 -0600

Seen: 599 times

Last updated: Jan 18 '16