diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-12-29 03:35:03 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-12-29 03:35:03 +0100 |
commit | fbbe79400ddf7397f2ec09e679ac79e139ebb1d5 (patch) | |
tree | c4e62f405d174db1f05830a203809cc0f16fdef0 /ftnoir_tracker_aruco/ftnoir_tracker_aruco.h | |
parent | fbef92577584a6000cdbcffa5744b77d28f1dc0c (diff) |
aruco: allow for filter only red spectrum
Diffstat (limited to 'ftnoir_tracker_aruco/ftnoir_tracker_aruco.h')
-rw-r--r-- | ftnoir_tracker_aruco/ftnoir_tracker_aruco.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h index be2ad3d7..545ad5d0 100644 --- a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h +++ b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h @@ -42,6 +42,7 @@ private: cv::Mat frame; double headpos[3], headpitch; cv::VideoCapture camera; + volatile bool red_only; }; // Widget that has controls for FTNoIR protocol client-settings. |