본문 바로가기

PY(Python Image Processing)

cv2.resize PYTHON

728x90

import cv2

img = cv2.resize(img, dsize=(640, 360))

728x90