martin-danelljan / ECO

Matlab implementation of the ECO tracker.
GNU General Public License v3.0
613 stars 248 forks source link

Is ECO suitable for feature point tracking? #25

Closed tiancivalen closed 6 years ago

tiancivalen commented 6 years ago

Hi ! I am curious about whether ECO can be used for feature point tracking. Could you please give some instructions on how to use it for feature point tracking if possible? Thanks!

martin-danelljan commented 6 years ago

Check our CCOT paper, there feature point tracking is described. You can modify the ECO or CCOT code to do that.