facedetect:使用 OpenCV 的简单人脸检测程序

时间:2021-06-14 02:09:32
【文件属性】:
文件名称:facedetect:使用 OpenCV 的简单人脸检测程序
文件大小:754KB
文件格式:ZIP
更新时间:2021-06-14 02:09:32
C++ 使用 OpenCV 的简单人脸检测和识别测试套件 目录 这是一个小程序,它使用 OpenCV 检测照片中的人脸,并以易于从其他程序解析的方式输出其几何图形。 请注意,该程序是从一些示例程序创建的,这些示例程序目前包含在官方 OpenCV 源代码版本中——您可以在 /samples/c/facedetect.cpp 中找到它。 用法 ./facedetect --cascade="" --scale="" filename 在哪里 是程序将用于实现人脸检测的某些 OpenCV 级联 XML 文件的路径。 <图像比例大于或等于 1,例如尝试 1.3> 是要使用的比例参数。 filename 是要处理的文件的路径。
【文件预览】:
facedetect-master
----README.rst(10KB)
----facerec-train.cpp(4KB)
----haarcascade_frontalface_default.xml(1.2MB)
----haarcascade_frontalface_alt2.xml(818KB)
----test()
--------facerec-helper.sh(681B)
--------makefile(162B)
--------facedetect-test.vala(6KB)
--------database-helper.sh(368B)
--------resize.sh(68B)
----facerec.cpp(2KB)
----haarcascade_frontalface_alt.xml(898KB)
----facedetect.cpp(3KB)
----makefile(490B)
----haarcascade_frontalface_alt_tree.xml(3.48MB)
----.gitignore(141B)

网友评论