face_landmark_point2(opencv標出序號)

import numpy as np import cv2 #圖像處理庫OpenCV import dlib #人臉識別庫dlib #dlib預測器 detector = dlib.get_frontal_face_detector() #使用dlib庫提供的人臉提取器 predictor = dlib.shape_predictor(‘shape_predictor_68_face_landma
相關文章
相關標籤/搜索