본문 바로가기

PY(Python Image Processing)

cv2.cvtColor PYTHON

728x90

import cv2

img_gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)

728x90