X-Git-Url: https://adrianiainlam.tk/git/?p=facial-landmarks-for-cubism.git;a=blobdiff_plain;f=include%2Ffacial_landmark_detector.h;h=5163fe9a4e810e8b28f94e74521ab916ebd70a73;hp=7c6f63956c619101ec475519215c499a82012d75;hb=2b1f0c7c63dc30d20c9d55fda5e99b208a9f82b3;hpb=c175b891523c9151a9663d1f20acf3009d2757df diff --git a/include/facial_landmark_detector.h b/include/facial_landmark_detector.h index 7c6f639..5163fe9 100644 --- a/include/facial_landmark_detector.h +++ b/include/facial_landmark_detector.h @@ -46,6 +46,9 @@ public: double faceXAngle; double faceYAngle; double faceZAngle; + bool autoBlink; + bool autoBreath; + bool randomMotion; // TODO eyebrows currently not supported... // I'd like to include them, but the dlib detection is very // noisy and inaccurate (at least for my face). @@ -137,6 +140,9 @@ private: double faceYAngleZeroValue; double faceYAngleUpThreshold; double faceYAngleDownThreshold; + bool autoBlink; + bool autoBreath; + bool randomMotion; } m_cfg; };