반응형
Image flip
OpenCV
- cv2.flip(img, -1) : 좌우, 상하 반전
- cv2.flip(img, 0) : 상하 반전
- cv2.flip(img, 1) : 좌우 반전
Numpy
- np.flip(narray) : 좌우, 상하 반전
- np.flipud(narray) : 상하 반전
- np.fliplr(narray) : 좌우 반전
728x90
반응형
'Python' 카테고리의 다른 글
[Python] 빠른 이미지 다운로드 라이브러리 : urllib3 (0) | 2021.10.26 |
---|---|
[Python] pip 전역으로 설치하기. interpreter 골라서 pip 설치 (0) | 2021.07.15 |
[Python] Mysql Connection Pool 사용하기 (0) | 2021.06.18 |
[Python] urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (0) | 2021.06.18 |
[Python] Hex Str 을 binary 로 바꾸기 (Convert Hex to Binary) (0) | 2021.06.09 |
댓글