diff options
Diffstat (limited to 'tracker-pt/point_tracker.h')
-rw-r--r-- | tracker-pt/point_tracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/point_tracker.h b/tracker-pt/point_tracker.h index 8ed27aec..3bd10f6b 100644 --- a/tracker-pt/point_tracker.h +++ b/tracker-pt/point_tracker.h @@ -103,7 +103,7 @@ public: case New_ClipLeft: case New_ClipRight: { - const double by = 75, bz = 35, ty = 40, tz = 18; + const double by = 60, bz = 38.2, ty = 42.2, tz = 12.6; M01 = cv::Vec3d(0, ty, -tz); M02 = cv::Vec3d(0, -by, -bz); break; |