PythonとOpenCVを使った笑顔認識 - Qiita

まずはOpenCV使ってカメラからの画像取得import cv2capture = cv2.VideoCapture(0)capture.set(3,320)# 320 320 640 72…