人脸检测 libfacedetection 使用示例
title: 人脸检测 libfacedetection 使用示例
url: cpp-libfacedetection-demo
date: 2024年05月01日
category: C++
tags:
- 人脸检测
OpenCV
人脸检测 libfacedetection 使用示例
一个 libfacedetection 的 demo,使用CPU进行人脸检测,使用 OpenCV,没有其他依赖。
在 Windows 上编译:
- 下载 OpenCV Windows 版本并安装
- 设置环境变量
OpenCV_DIR
,将动态库目录添加到 Path - 使用 Visual Studio 打开 CMake 项目
仓库:https://github.com/BlackBoxRecorder/libfacedetectiondemo