资源简介
在dlib实例基础上实现了人脸检测和人脸框图像的本地保存;批量读取文件并保存人脸关键点至txt和标签至文件。
代码片段和文件信息
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This example program shows how to find frontal human faces in an image and
estimate their pose. The pose takes the form of 68 landmarks. These are
points on the face such as the corners of the mouth along the eyebrows on
the eyes and so forth.
This face detector is made using the classic Histogram of Oriented
Gradients (HOG) feature combined with a linear classifier an image pyramid
and sliding window detection scheme. The pose estimator was created by
using dlib‘s implementation of the paper:
One Millisecond Face Alignment with an Ensemble of Regression Trees by
Vahid Kazemi and Josephine Sullivan CVPR 2014
an
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6462 2017-11-02 22:09 dlib人脸检测和关键点检测\face_landmark_detection_ex.cpp
文件 4594 2017-10-24 22:05 dlib人脸检测和关键点检测\fece_detection2.cpp
文件 1467 2017-11-02 22:04 dlib人脸检测和关键点检测\precess.cpp
文件 594 2017-10-31 20:20 dlib人脸检测和关键点检测\precess.h
目录 0 2017-11-02 22:14 dlib人脸检测和关键点检测
----------- --------- ---------- ----- ----
13117 5
- 上一篇:用汇编语言实现学生成绩统计分析
- 下一篇:操作系统课程设计作业调度算法源程序
相关资源
- 基于qt+opencv的人脸识别
- Qt+opencv+摄像头+人脸检测
- 基于人工神经网络的人脸朝向识别模
- 树莓派Opencv安装教程并解决一些impo
- MTCNN人脸侦测项目代码-pytorch
- olivettifaces 人脸识别数据集
- 毕业设计论文人脸识别系统
- 人脸识别系统设计—毕业设计
- 美颜算法-人脸五官调整
- 基于opencv的人脸上人眼和嘴巴识别
- 中科院自动化所人脸识别大作业
- 人脸特征提取及识别的源程序(open
- 基于神经网络的人脸识别
-
lbpcascade_frontalface_improved.xm
l - 人脸识别程序
- LabVIEW人脸识别
- 基于Kinect和opencv的人脸识别
- 基于计算机视觉的人脸识别
- 视频流人脸识别库带演示程序源代码
- 基于PCA算法的人脸识别代码,主要实
-
haarcascades 各种分类器xm
l文件训练好 - 人脸识别 毕业设计开题报告
- 人脸检测的外文翻译
- opencv提取视频图片并检查人脸
- MyFaceDetect.rar
- 东南大学人脸识别课程设计
- 基于OpenCV的人脸识别Demo_代码简单明了
- keras使用LeNet做人脸识别代码
- STM32 人脸识别系统
- linux基于qt,opencv人脸识别
评论
共有 条评论