readme.txt

来自「人脸检测领域经典的Haar人脸检测。使用OpenCV.」· 文本 代码 · 共 12 行

TXT
12
字号
This program is the haar opencv face detector slightly modified for ease of use
There are command line options available to avoid the need to use the gui (see
facedetect.cpp for the command line option format

This program needs fltk installed.  It can be downloaded online.

The standard facedetect.cpp works at one scale.  Our facedetect pyarmids the
image up and down to allow processing at more scales.  This can also be
achieved via the cvHaarDetectObjects function.   

This program has only been tested with uncompressed avi files

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?