Advertisement

Python实现摄像头实时的人脸检测系统

阅读量:

摄像头中的脸部检测也是人脸识别的一个环节 摄像头显示的画面实际上是逐帧合成图像的过程 如果有图像的话 在上一篇文章里我们已经讨论过如何提取脸部特征进行识别

想要进行人脸识别, 我们需要OpenCV, 还是先来说一下安装的问题

复制代码
 pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple  
    
  
    
 pip install opencv-contrib-python -i https://pypi.tuna.tsinghua.edu.cn/simple 
    
  
    
 pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple 

1.资料的准备

**1.1[人脸特征数据](https://www.zhihu.com/search?q=人脸特征数据&search_source=Entity&

全部评论 (0)

还没有任何评论哟~