diff options
author | Wim Vriend <facetracknoir@gmail.com> | 2010-06-01 20:12:59 +0000 |
---|---|---|
committer | Wim Vriend <facetracknoir@gmail.com> | 2010-06-01 20:12:59 +0000 |
commit | 49d80a3e2497bdc75fa5d8b24cea7a02e4e2f96e (patch) | |
tree | 333a53c86351012d90689b3e3a6883a003a3c4a3 /FaceTrackNoIR/FaceTrackNoIR.h | |
parent | 2625fe5af6bf71a627dcf10ff813574f8a61f994 (diff) |
Added Start/stop/reset, started with anti-jitter-campaign
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@4 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'FaceTrackNoIR/FaceTrackNoIR.h')
-rw-r--r-- | FaceTrackNoIR/FaceTrackNoIR.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/FaceTrackNoIR/FaceTrackNoIR.h b/FaceTrackNoIR/FaceTrackNoIR.h index 16a432a3..f5f87fc9 100644 --- a/FaceTrackNoIR/FaceTrackNoIR.h +++ b/FaceTrackNoIR/FaceTrackNoIR.h @@ -102,7 +102,7 @@ private: void showHeadPoseWidget();
void showEngineControls();
- //sensibility sliders
+ // sensibility sliders
void setSensYaw( int sens );
void setSensPitch( int sens );
void setSensRoll( int sens );
@@ -110,6 +110,7 @@ private: void setSensY( int sens );
void setSensZ( int sens );
+ // invert checkboxes
void setInvertYaw( int invert );
void setInvertPitch( int invert );
void setInvertRoll( int invert );
@@ -117,6 +118,14 @@ private: void setInvertY( int invert );
void setInvertZ( int invert );
+ // threshold sliders
+ void setThreshYaw( int thresh );
+ void setThreshPitch( int thresh );
+ void setThreshRoll( int thresh );
+ void setThreshX( int thresh );
+ void setThreshY( int thresh );
+ void setThreshZ( int thresh );
+
void setNeutralZone( int angle );
//smoothing slider
|