9a3eedi / kuri_mbzirc_challenge_1

Challenge 1 related tasks implementation
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Try out additional template trackers from VISP #4

Closed 9a3eedi closed 8 years ago

9a3eedi commented 8 years ago

VISP has more options for template tracking, each one performing it using a different algoirthm. It's worth trying them out and finding results.

9a3eedi commented 8 years ago

Working on this now. I guess I first need to rewrite the tracking code and encapsulate everything in a nice class, so that I can switch between different algorithms more easily.

9a3eedi commented 8 years ago

It turns out I don't have to do the encapsulation.. VISP already did that. All template trackers are subclasses of the vpTemplateTracker class, so I'm just going to use that.

Check 7a7e1e506ef114027a6230a74b4d0bf59d8daf57