summaryrefslogtreecommitdiffhomepage
path: root/FaceTrackNoIR/FaceTrackNoIR.h
diff options
context:
space:
mode:
Diffstat (limited to 'FaceTrackNoIR/FaceTrackNoIR.h')
-rw-r--r--FaceTrackNoIR/FaceTrackNoIR.h11
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