summaryrefslogtreecommitdiffhomepage
path: root/FaceTrackNoIR/tracker.h
diff options
context:
space:
mode:
authorWim Vriend <facetracknoir@gmail.com>2011-01-18 21:51:48 +0000
committerWim Vriend <facetracknoir@gmail.com>2011-01-18 21:51:48 +0000
commit2a3ec553d3737f2d94c32c3372ebac5333819ddd (patch)
tree27adabc715afe26600fcc2558b2a57dcab8d82e9 /FaceTrackNoIR/tracker.h
parentd0132f5e3881a6cb09bfe41326831d36527b7321 (diff)
Profile selection items added in the Main form.
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@39 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'FaceTrackNoIR/tracker.h')
-rw-r--r--FaceTrackNoIR/tracker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/FaceTrackNoIR/tracker.h b/FaceTrackNoIR/tracker.h
index 49d24f86..b7a653d9 100644
--- a/FaceTrackNoIR/tracker.h
+++ b/FaceTrackNoIR/tracker.h
@@ -94,6 +94,8 @@ struct THeadPoseDOF {
QPainterPath curve; // Bezier curve to translate input -> output
int NeutralZone; // Neutral zone
int MaxInput; // Maximum raw input
+ float confidence; // Current confidence
+ bool newSample; // Indicate new sample from tracker
};
//