A very naive matlab implementation.
This tracker works with Matconvnet toolbox, please install it.
We offer two entries: one for demo[I], one for VOT toolbox[II].
Some codes are copied from Joao Henriques and the Matconvnet toolbox.
[I]: demo.m + run_CDCF.m + other functions
[II]:cdcf.m + vot.m + other functions
1.This demo entry supports both gpu and cpu mode, which can be swithed in demo.m. But make sure that you have compiled the corresponding Matconvnet support, which matters.
2.All functions are given, just copy it into a new folder.
3.run_CDCF.m is not exactly an OTB entry, but it's not hard to change.