HEADPOSE

人脸检测,关键点检测,然后解方程组,计算人头的位姿 #https://vimsky.com/examples/detail/python-method-cv2.solvePnP.html

#python face_alignment.py shape_predictor_5_face_landmarks.dat /Users/zhaomingming/本机文档/数据集/face.png

#需要导入模块: import cv2 [as 别名]

#或者: from cv2 import solvePnP [as 别名]

Classes

DrawLine()

HEADPOSE([predictor_path])