]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commitdiff
Remove unnecessary DEBUG_PRINT
authorMichal Sojka <michal.sojka@cvut.cz>
Sun, 30 Sep 2018 22:21:10 +0000 (00:21 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Sun, 30 Sep 2018 22:21:10 +0000 (00:21 +0200)
src/kcf.cpp

index 199b1cc6f224b145dd7bbbfbe433777c3f2acc47..39a72ae62c2a9233b2688ca225fd61104c116a99 100644 (file)
@@ -70,7 +70,6 @@ void KCF_Tracker::train(cv::Mat input_rgb, cv::Mat input_gray, double interp_fac
     // obtain a sub-window for training
     // TODO: Move Mats outside from here
     MatScaleFeats patch_feats(1, p_num_of_feats, feature_size);
-    DEBUG_PRINT(patch_feats);
     MatScaleFeats temp(1, p_num_of_feats, feature_size);
     get_features(input_rgb, input_gray, p_current_center.x, p_current_center.y,
                  p_windows_size.width, p_windows_size.height,