milleniums / Dlib_face_cut

Detect faces in the image and crop the faces / 使用 Dlib 进行人脸检测然后将人脸裁剪下来

Home Page:http://www.cnblogs.com/AdaminXie/p/8339863.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Cropper

Introduction

抠出人脸

image

Code

  1. 将检测到的人脸剪切下来, 依次排序平铺显示在新的图像上;

    python3 crop_faces_show.py
  2. 将检测到的人脸生成单个图像存储到本地路径;

    python3 crop_faces_save.py
  3. 将检测到的人脸,依次在摄像头窗口实时平铺显示;

    python3 faces_from_camera.py
  4. 将检测到的人脸,依次在摄像头窗口实时平铺显示(人脸对齐);

    python3 faces_chip_from_camera.py

More

About

Detect faces in the image and crop the faces / 使用 Dlib 进行人脸检测然后将人脸裁剪下来

http://www.cnblogs.com/AdaminXie/p/8339863.html


Languages

Language:Python 100.0%