From: Michal Sojka Date: Sun, 30 Sep 2018 22:21:10 +0000 (+0200) Subject: Remove unnecessary DEBUG_PRINT X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hercules2020/kcf.git/commitdiff_plain/c7d3c022852de6ef7df139021d1610e7f5f9d921?ds=sidebyside Remove unnecessary DEBUG_PRINT --- diff --git a/src/kcf.cpp b/src/kcf.cpp index 199b1cc..39a72ae 100644 --- a/src/kcf.cpp +++ b/src/kcf.cpp @@ -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,