# face -detection-人脸检测 **Repository Path**: chang-zhili/face-detection ## Basic Information - **Project Name**: face -detection-人脸检测 - **Description**: opencv、dlib中人脸检测的简单例子 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2022-04-17 - **Last Updated**: 2025-08-18 ## Categories & Tags **Categories**: cv **Tags**: None ## README # face-detection-人脸检测 #### 介绍 opencv、dlib中人脸检测的简单例子 本文代码参考CSDN博主[盼小辉](https://blog.csdn.net/LOVEmy134611)的文章完成。 #### 使用说明 1. pip install opencv-pyhton 2. pip install dlib 3. pip install face_recognition