From 4947963d40339648dc6932da9f4b9ca1fb62d77f Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 26 Sep 2018 23:58:15 +0200 Subject: [PATCH] Remove unnedded code --- src/kcf.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/kcf.cpp b/src/kcf.cpp index fd622bf..96bd4fe 100644 --- a/src/kcf.cpp +++ b/src/kcf.cpp @@ -191,8 +191,6 @@ void KCF_Tracker::init(cv::Mat &img, const cv::Rect &bbox, int fit_size_x, int f std::cerr << "cuFFT supports only Gaussian kernel." << std::endl; std::exit(EXIT_FAILURE); } -#else - p_xf.create(feature_size.height, feature_size.height / 2 + 1, p_num_of_feats); #endif #if defined(CUFFT) || defined(FFTW) -- 2.39.2