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
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