facecam2d/src/cv.hpp

11 lines
101 B
C++
Raw Normal View History

2021-01-06 00:10:55 +00:00
#ifndef CV_HPP
#define CV_HPP
void initCV(bool haar);
2021-01-06 00:10:55 +00:00
void cvFrame();
void cvShowFrame();
#endif