본문 바로가기

PY(Python Image Processing)

cv2.rectangle PYTHON

728x90

import cv2

cv2.rectangle(img, pt1=(721, 183), pt2=(878, 465), color=(255, 0, 0), thickness=2)

728x90