]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/blobdiff - src/kcf.h
Extracted rotated output rectangle from rotation
[hercules2020/kcf.git] / src / kcf.h
index f537ccad0dc74611860534bd1b16ee48450a1113..99719e9bf086927baa5d74d1f97412e73e662644 100644 (file)
--- a/src/kcf.h
+++ b/src/kcf.h
@@ -22,7 +22,7 @@ struct ThreadCtx;
 
 struct BBox_c
 {
-    double cx, cy, w, h;
+    double cx, cy, w, h, a;
 
     inline cv::Point2d center() const { return cv::Point2d(cx, cy); }