summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-10-05 21:38:43 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-10-05 21:38:43 +0200
commit42f13fed362891c5ca8f4d6f7ed070cbd09dd846 (patch)
treed33d563754c328344bb9db68ea8baad45075f5b3 /ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
parent2cdc070555e717c99a287b90d8b9ffbf9e69b6cd (diff)
nix market pitch, aruco credit doesn't fit anymore sadly
Diffstat (limited to 'ftnoir_tracker_aruco/ftnoir_tracker_aruco.h')
-rw-r--r--ftnoir_tracker_aruco/ftnoir_tracker_aruco.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
index 9ac57417..c53a49a4 100644
--- a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
+++ b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
@@ -28,7 +28,6 @@ struct settings {
value<double> fov, headpos_x, headpos_y, headpos_z;
value<int> camera_index, force_fps, resolution;
value<bool> red_only;
- value<double> marker_pitch;
settings() :
b(bundle("aruco-tracker")),
fov(b, "field-of-view", 56),
@@ -38,8 +37,7 @@ struct settings {
camera_index(b, "camera-index", 0),
force_fps(b, "force-fps", 0),
resolution(b, "force-resolution", 0),
- red_only(b, "red-only", false),
- marker_pitch(b, "marker-pitch", 0)
+ red_only(b, "red-only", false)
{}
};