You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this line should be cv::Point2f res = detect(_tmpl, getFeatures(image, 0, _scale_dsst), _peak_value);
otherwise the size of translation filter extracted_roi in getFeatures() is always the same(base_target_size*padding).
this line should be
cv::Point2f res = detect(_tmpl, getFeatures(image, 0, _scale_dsst), _peak_value);
otherwise the size of translation filter extracted_roi in getFeatures() is always the same(base_target_size*padding).
OpenTracker/kcf/kcftracker.cpp
Line 309 in d7fac97
The text was updated successfully, but these errors were encountered: