From: Michal Sojka Date: Wed, 26 Sep 2018 07:28:22 +0000 (+0200) Subject: Prepare for rotation branch merge X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hercules2020/kcf.git/commitdiff_plain/aa4191107fc72e6cc82f05d25149ff7625d5088f?hp=a7934cb10a18a82ce0c16c98d9592333c439fdac Prepare for rotation branch merge --- diff --git a/src/kcf.h b/src/kcf.h index 14723a1..753950a 100644 --- a/src/kcf.h +++ b/src/kcf.h @@ -116,6 +116,9 @@ private: double p_min_max_scale[2]; std::vector p_scales; + const uint p_num_angles = 1; + const int p_angle_step = 10; + std::vector p_angles = {0}; const int p_num_of_feats = 31 + (m_use_color ? 3 : 0) + (m_use_cnfeat ? 10 : 0); cv::Size p_roi;