반응형

영상을 반전시키고 싶을 때가 있다.

img = cv2.imread(os.path.join([img_path]))
img = cv2.flip(img,1)

1일 경우 수평 뒤집기 0일 경우 수직 뒤집기이다.

반응형

+ Recent posts