Skip to content

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

Notifications You must be signed in to change notification settings

coneypo/Dlib_face_cut

Repository files navigation

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 进行人脸检测然后将人脸裁剪下来

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages