summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-12-28 06:24:59 +0100
committerStanislaw Halik <sthalik@misaki.pl>2013-12-28 06:24:59 +0100
commit232c41ad8b34f054583505f83f3b7aa3ebbba2b7 (patch)
tree385815fe7fe2a6ac5ef35ed8c0b5df8324845619 /ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
parentbe1c43cf934cbe4db7a3ad0e857fe1addd4c3329 (diff)
remove ewma frame support, too little gain
Diffstat (limited to 'ftnoir_tracker_aruco/ftnoir_tracker_aruco.h')
-rw-r--r--ftnoir_tracker_aruco/ftnoir_tracker_aruco.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
index 249c8829..be2ad3d7 100644
--- a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
+++ b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h
@@ -42,8 +42,6 @@ private:
cv::Mat frame;
double headpos[3], headpitch;
cv::VideoCapture camera;
- int N_hyst;
- cv::Mat lasts;
};
// Widget that has controls for FTNoIR protocol client-settings.