This website requires JavaScript.
Explore
Help
Sign In
epicalert
/
facecam2d
Watch
1
Star
0
Fork
You've already forked facecam2d
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
625e9680d3
facecam2d
/
src
/
cv.hpp
11 lines
101 B
C++
Raw
Normal View
History
Unescape
Escape
clean up main.cpp
2021-01-06 00:10:55 +00:00
#
ifndef CV_HPP
#
define CV_HPP
Switch to DNN face detection Haar Cascades can still be used by passing the "--haar-cascade" option.
2021-01-22 11:48:55 +00:00
void
initCV
(
bool
haar
)
;
clean up main.cpp
2021-01-06 00:10:55 +00:00
void
cvFrame
(
)
;
void
cvShowFrame
(
)
;
#
endif
Reference in a new issue
Copy permalink