From c7d3c022852de6ef7df139021d1610e7f5f9d921 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 1 Oct 2018 00:21:10 +0200 Subject: [PATCH] Remove unnecessary DEBUG_PRINT --- src/kcf.cpp | 1 - 1 file changed, 1 deletion(-) 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, -- 2.39.2