openCV_FaceDetection:ARM 和 CUDA 的 OpenCV 人脸检测

时间:2021-06-23 05:55:07
【文件属性】:
文件名称:openCV_FaceDetection:ARM 和 CUDA 的 OpenCV 人脸检测
文件大小:156KB
文件格式:ZIP
更新时间:2021-06-23 05:55:07
C++ OpenCV 人脸检测 使用 OpenCV 的 GPU 加速人脸检测。 该工具无需重新编译即可运行 GPU(CUDA) 或 ARM CPU。 命令行参数允许指定要运行的模式。 将应用程序移植到您的环境中: $ aclocal $ autoheader $ autoconf $ libtoolize --automake $ automake --add-missing $ ./configure 构建应用程序: $ make 注意:此应用程序需要 Boost - Program Option 库。 以下命令在 Ubuntu 上安装它。 $sudo apt-get install libboost-program-options-dev 运行应用程序: $ cd bin $ ./face_detection --mode gpu --clas
【文件预览】:
openCV_FaceDetection-master
----Makefile.am(129B)
----Makefile.in(611B)
----src()
--------Makefile.in(463B)
--------Makefile(463B)
--------face_detect.hpp(325B)
--------fd_gpu.cpp(6KB)
--------main.cpp(3KB)
--------fd_cpu.cpp(5KB)
----bin()
--------face_detection(153KB)
--------haarcascade_frontalface_alt.xml(898KB)
----configure.ac(614B)
----README.md(1KB)
----conf.sh(86B)

网友评论