[OpenCV with Python] - 03. 간단한 도형 그리기 (선, 사각형, 원)
코드 및 이미지 : https://github.com/Seokii/Study_OpenCV GitHub - Seokii/Study_OpenCV: study about OpenCV study about OpenCV. Contribute to Seokii/Study_OpenCV development by creating an account on GitHub. github.com 이번에는 OpenCV를 활용하여 선, 사각형, 원을 그려보는 코드를 구현해 보도록 하겠습니다. 1. 함수 설명 1.1. cv2.line() cv2.line (img, pt1, pt2, color, thickness, lineType, shift) -> img img : 이미지 pt1, pt2 : 시작점, 종료점 좌표 (x, y) col..
머신러닝 & 딥러닝/컴퓨터 비전
2021. 9. 4.