diff options
author | Patrick Ruoff <c14-radioactive@19e81ba0-9b1a-49c3-bd6c-561e1906d5fb> | 2012-12-31 12:33:18 +0000 |
---|---|---|
committer | Patrick Ruoff <c14-radioactive@19e81ba0-9b1a-49c3-bd6c-561e1906d5fb> | 2012-12-31 12:33:18 +0000 |
commit | 4c95700fc6848d46a33b565df7eb81ada2b32987 (patch) | |
tree | a0f13e7a70f2e22516b9fae6177e7e8b7af269fe /FTNoIR_Tracker_PT/ftnoir_tracker_pt.h | |
parent | 977f25772f449e79089059820453bb7499ff4d35 (diff) |
Updated PointTracker
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@200 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'FTNoIR_Tracker_PT/ftnoir_tracker_pt.h')
-rw-r--r-- | FTNoIR_Tracker_PT/ftnoir_tracker_pt.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/FTNoIR_Tracker_PT/ftnoir_tracker_pt.h b/FTNoIR_Tracker_PT/ftnoir_tracker_pt.h index 5461d133..bfc262b3 100644 --- a/FTNoIR_Tracker_PT/ftnoir_tracker_pt.h +++ b/FTNoIR_Tracker_PT/ftnoir_tracker_pt.h @@ -14,6 +14,7 @@ #include "point_extractor.h"
#include "point_tracker.h"
#include "video_widget.h"
+#include "timer.h"
#include <QThread>
#include <QMutex>
@@ -57,7 +58,7 @@ protected: void reset_command(Command command);
int commands;
- Camera camera;
+ VICamera camera;
PointExtractor point_extractor;
PointTracker point_tracker;
cv::Vec3f t_MH;
@@ -67,7 +68,7 @@ protected: long frame_count;
VideoWidget* video_widget;
- QTime time;
+ Timer time;
};
#endif // FTNOIR_TRACKER_PT_H
|