Ask Your Question
0

Understanding Single object tracking

asked 2017-05-06 21:46:06 -0600

moh3th1 gravatar image

What is the best way to track mario in this video ?

I tried many algorithms like CAMShift .. and tried Object Tracking Algorithms in opencv 3 like BOOSTING, MIL, TLD, MEDIANFLOW but all of them failed with super mario

you can see the video from here : super mario video Link

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-05-08 17:41:14 -0600

Tetragramm gravatar image

It's most likely because mario leaves the frame entirely.

Try using template matching, and just keep track of when he goes off screen and ignore results not at the top of the screen. Or use a _NORMED method and check the value of the maximum.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-05-06 21:39:02 -0600

Seen: 371 times

Last updated: May 08 '17