OpenCV/OpenCV 강좌2019. 9. 24. 22:14OpenCV를 사용하여 손 검출 및 인식하기(Hand Detection and Recognition using OpenCV)
OpenCV를 사용하여 손을 검출 및 인식하는 방법에 대해 다룹니다. 현재 두가지 방법으로 코드가 작성되었습니다. Background Subtraction을 사용한 방법과 HSV 공간에서 살색을 검출한 방법입니다. 다음 에러가 발생하는 경우 아래 포스트를 참고해보세요 The convex hull indices are not monotonous, which can be in the case when the input contour contains self-intersections in function 'cv::convexityDefects [OpenCV / Python ] convexityDefects 함수에 convex hull indices are not monotonous ... self-inters..