#ifndef INPUT_VECTOR #define INPUT_VECTOR // The input to the ExpressionFilter. class InputVector { public: double raw_response; // raw expression detector output bool face_found; // whether the face-finder found a face }; #endif