summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-01-04 19:40:56 +0100
committerStanislaw Halik <sthalik@misaki.pl>2014-01-04 19:40:56 +0100
commitca76154afd3157bfb1d1f65082cb43a12c234547 (patch)
tree5204710ecae65e2c8404c7cf398e8c23c713cd6b /ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
parent8a6e59ec2be2a72fd4b009851d3241d663d8289f (diff)
allow for changing centroid while software's running
Diffstat (limited to 'ftnoir_tracker_aruco/ftnoir_tracker_aruco.h')
-rw-r--r--ftnoir_tracker_aruco/ftnoir_tracker_aruco.h1
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 2ff40c77..91a5ae8e 100644
--- a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
+++ b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
@@ -55,6 +55,7 @@ public:
void StartTracker(QFrame* frame);
void GetHeadPoseData(double *data);
void run();
+ void reload() { s.b->reload(); }
private:
QMutex mtx;
volatile bool stop;