(树莓派/OpenCV)端到端实时人脸识别实战
Posted 机器学习研究会
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了(树莓派/OpenCV)端到端实时人脸识别实战相关的知识,希望对你有一定的参考价值。
STORY
On my last tutorial exploring OpenCV, we learned AUTOMATIC VISION OBJECT TRACKING. Now we will use our PiCam to recognize faces in real-time, as you can see below:
This project was done with this fantastic "Open Source Computer Vision Library", the OpenCV. On this tutorial, we will be focusing on Raspberry Pi (so, Raspbian as OS) and Python, but I also tested the code on My Mac and it also works fine. OpenCV was designed for computational efficiency and with a strong focus on real-time applications. So, it's perfect for real-time face recognition using a camera.
To create a complete project on Face Recognition, we must work on 3 very distinct phases:
Face Detection and Data Gathering
Train the Recognizer
Face Recognition
链接:
https://www.hackster.io/mjrobot/real-time-face-recognition-an-end-to-end-project-a10826
原文链接:
https://m.weibo.cn/1402400261/4212124660290909
以上是关于(树莓派/OpenCV)端到端实时人脸识别实战的主要内容,如果未能解决你的问题,请参考以下文章