face-morpher过程函数分析

01 dlib.get_frontal_face_detector

 #功能:人脸检测画框
#参数:无
#返回值:默认的人脸检测器

02 points1.astype

转换数组的数据类型

03 np.mean

取均值

04 np.linalg.svd 

求奇异值

05 zeros(shape, dtype=float, order='C')

返回:返回来一个给定形状和类型的用0填充的数组

06 

posted @ 2019-11-18 13:45  瘋耔  阅读(208)  评论(0编辑  收藏  举报
跳至侧栏