Advertisement

OpenCV和深度学习实现人脸检测

阅读量:

前言

本教程依托OpenCV3.3.1或更高版本(例如OpenCV3.4),结合DNN模块以及face_detector示例,实现一种简便且高效的人脸检测方案。

主要借鉴了Face detection with OpenCV and deep learning这一英文教程的内容,并进行了适当调整与优化。

说明:经实际测试发现,OpenCV3.3.0及更早版本中并未包含face_detector示例,同时也不支持该功能。为避免不必要的配置麻烦,建议优先选用OpenCV3.3.1及以上版本(如OpenCV3.4)。

1 face_detector简介

face_detector的示例资源链接为:https://github.com/opencv/opencv/tree/master/samples/dnn/face_detector

![](http://note.youdao.com/yws/res/28674/WEBRE

全部评论 (0)

还没有任何评论哟~