facecam2d/src/cv.hpp

11 lines
92 B
C++
Raw Normal View History

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