/Dlib_face_cut

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

Primary LanguagePython

Face Cropper

Introduction

  1. crop_faces_show.py

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

  2. crop_faces_save.py

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

  3. faces_from_camera.py

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

More

Author: coneypo

Mail: coneypo@foxmail.com