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