summaryrefslogtreecommitdiffhomepage
path: root/FaceTrackNoIR/FaceTrackNoIR.h
diff options
context:
space:
mode:
authorWim Vriend <facetracknoir@gmail.com>2010-06-02 18:49:45 +0000
committerWim Vriend <facetracknoir@gmail.com>2010-06-02 18:49:45 +0000
commitf42d2321973dd6949700cb4d272a13da3c1fc2a4 (patch)
tree2dec5d98bfe2bd2885ad738e355dfb37c0523d6c /FaceTrackNoIR/FaceTrackNoIR.h
parent49d80a3e2497bdc75fa5d8b24cea7a02e4e2f96e (diff)
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@5 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'FaceTrackNoIR/FaceTrackNoIR.h')
-rw-r--r--FaceTrackNoIR/FaceTrackNoIR.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/FaceTrackNoIR/FaceTrackNoIR.h b/FaceTrackNoIR/FaceTrackNoIR.h
index f5f87fc9..e8ddda12 100644
--- a/FaceTrackNoIR/FaceTrackNoIR.h
+++ b/FaceTrackNoIR/FaceTrackNoIR.h
@@ -118,13 +118,15 @@ 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 setUseFilter( int set );
+
+ // reduction factor sliders
+ void setRedYaw( int redh );
+ void setRedPitch( int redh );
+ void setRedRoll( int redh );
+ void setRedX( int redh );
+ void setRedY( int redh );
+ void setRedZ( int redh );
void setNeutralZone( int angle );