#ifndef CV_HPP #define CV_HPP void initCV(bool haar); void cvFrame(); void cvShowFrame(); #endif