joaofaro / KCFcpp

C++ Implementation of KCF Tracker
BSD 3-Clause "New" or "Revised" License
895 stars 446 forks source link

compile error: bool KCFTracker::createHanningMats() in kcftracker.cpp have no return value #1

Closed ghost closed 8 years ago

ghost commented 8 years ago

hi, compile error: bool KCFTracker::createHanningMats() in kcftracker.cpp have no return value .

joaofaro commented 8 years ago

Thanks for pointing that, I made some changes to that function and I forgot to change the type. KCFTracker::createHanningMats() is now void.