]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/blobdiff - src/kcf.h
Prepare for rotation branch merge
[hercules2020/kcf.git] / src / kcf.h
index 14723a1587fa0dfbf407c99c89cabe03d076212c..753950a3add162691bf79a5abeebee2002956694 100644 (file)
--- a/src/kcf.h
+++ b/src/kcf.h
@@ -116,6 +116,9 @@ private:
     double p_min_max_scale[2];
     std::vector<double> p_scales;
 
+    const uint p_num_angles = 1;
+    const int p_angle_step = 10;
+    std::vector<double> p_angles = {0};
 
     const int p_num_of_feats = 31 + (m_use_color ? 3 : 0) + (m_use_cnfeat ? 10 : 0);
     cv::Size p_roi;