Skip to content

Detect the faces from camera and draw the 68 feature points of faces / 摄像头人脸检测并进行特征点标定

Notifications You must be signed in to change notification settings

lzycyp/Dlib_face_detection_from_camera

 
 

Repository files navigation

Face detection with 68 features points

Introduction

Detect faces from camera, and draw the 68 feature points of faces;

调用摄像头进行人脸检测,并进行68个特征 点标定;

for_readme/intro_1.png

68个特征点位置:

for_readme/intro_2.png

About Source Code

Python 源码介绍如下:

  1. how_to_use_camera.py:

    Use camera in Python;

    Python OpenCv 调用摄像头;

  2. get_features_from_images.py:

    Show the 68 features points from local images;

    显示本地图像文件中的人脸特征;

  3. get_features_from_camera.py:

    This part will implement real-time face detect and draw feature points;

    这一步将调用摄像头进行实时人脸检测和特征点绘制;

More

Author: coneypo

Blog: https://www.cnblogs.com/AdaminXie/p/8472743.html

Mail: coneypo@foxmail.com

Thanks for your support.

About

Detect the faces from camera and draw the 68 feature points of faces / 摄像头人脸检测并进行特征点标定

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%