summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-02-06 07:19:35 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-02-06 07:19:35 +0100
commit31cd0789e415fe325d0082dc79eb5c2419bbecec (patch)
tree29cd6c58782d75414dc9cb4cd579e95f4772be19
parent81ffbb9eb1cb43832523cc721fb8b35f4ad90066 (diff)
tracker/pt: update trackhat dimensions
-rw-r--r--tracker-pt/point_tracker.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tracker-pt/point_tracker.h b/tracker-pt/point_tracker.h
index e3ad81b6..52f4974b 100644
--- a/tracker-pt/point_tracker.h
+++ b/tracker-pt/point_tracker.h
@@ -95,9 +95,9 @@ public:
case ClipLeft:
case ClipRight:
{
- const double a = 27, b = 43, c = 62, d = 74;
- M01 = cv::Vec3d(0, b, -a);
- M02 = cv::Vec3d(0, -c, -d);
+ const double by = 75, bz = 35, ty = 40, tz = 18;
+ M01 = cv::Vec3d(0, by, -bz);
+ M02 = cv::Vec3d(0, -ty, -tz);
break;
}
}