hull = cv2.convexHull(landmarks).astype(np.int32)cv2.fillPoly(mask, [hull], (255, 255, 255))
posted on 2020-02-25 17:33 兔子二 阅读(310) 评论(0) 收藏 举报