facecam2d/src/cv.hpp
Epicalert 625e9680d3
Switch to DNN face detection
Haar Cascades can still be used by passing the "--haar-cascade" option.
2021-01-22 19:48:55 +08:00

11 lines
101 B
C++

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