[Python] OpenCV를 이용한 이미지 윈도우 출력

반응형
        cv2.imshow("img" , img);
        cv2.waitKey()
        cv2.destroyAllWindows()
반응형