Python cv2.circle()

사용 버전: Python 3.7.6, OpenCV 4.2.0


파이썬 cv2.circle()에 대해서 알아보겠습니다.


괄호 안에는 img, center, radius, color, thickness, lineType, shift 따위가 들어갑니다.
cv2.circle은 이미지에 원을 그립니다.

img에는 원을 그릴 이미지를 넣습니다.
center에는 원의 중심점의 위치를 적습니다. (int)
radius에는 반지름의 크기를 적습니다. (int)
color에는 색깔이 들어갑니다. (B, G, R 순서)













thickness에는 원의 선 굵기가 들어갑니다.







음수가 들어가면, 색으로 채웁니다.












lineType에는 선의 종류가 들어갑니다.
cv2.LINE_4, cv2.LINE_8, cv2.LINE_AA가 들어갑니다.








shift는 원 굵기와 원 중심점에 영향을 줍니다. (int)












끝.



카테고리: Python, cv2

댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

Python OpenCV 빈 화면 만들기

Python bytes.fromhex()

Android Minimum touch target size

tensorflow tf.random.uniform()

tensorflow tf.expand_dims()

KiCad 시작하기 2 (PCB 만들기)

Forensics .pyc 파일 .py로 복구하기

Android Java 8+ Api desugaring

Android Notification with Full Screen