더북(TheBook)

 

다음처럼 원하는 각도로 이미지를 회전시킬 수도 있습니다.

matrix = cv2.getRotationMatrix2D((width/2, height/2), 30, 1)
result = cv2.warpAffine(image, matrix, (width, height), borderValue=200)
cv2_imshow(result)
신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.