文件名称:face_segment
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- 上传时间:
- 2018-01-24
- 文件大小:
- 177kb
- 下载次数:
- 0次
- 提 供 者:
- xxxy*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
封装好的函数,输入一个待分割的人脸图像, 输出为分割之后的人脸图像
具体步骤:
1)进行人脸检测,得到脸部区域的框框
2)得到脸部图像框的中心点
3)根据中心点,对图像进行等比例外扩,得到合适大小的人脸图像
4)输出该部分人脸图像
随程序附带测试用例(The encapsulated function, input a face image to be divided, and output the face image after the segmentation
Specific steps:
1) face detection, get the fr a me of the face area
2) get the center point of the face image fr a me
3) according to the center point, the image is expanded in equal proportion to get the appropriate size of the face image.
4) output this part of the face image)
具体步骤:
1)进行人脸检测,得到脸部区域的框框
2)得到脸部图像框的中心点
3)根据中心点,对图像进行等比例外扩,得到合适大小的人脸图像
4)输出该部分人脸图像
随程序附带测试用例(The encapsulated function, input a face image to be divided, and output the face image after the segmentation
Specific steps:
1) face detection, get the fr a me of the face area
2) get the center point of the face image fr a me
3) according to the center point, the image is expanded in equal proportion to get the appropriate size of the face image.
4) output this part of the face image)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
face_segment.m | 1988 | 2018-01-24 |
test.jpg | 189994 | 2017-11-12 |