- cv2.anything() --> use (width, height)
- image.anything() --> use (height, width)
- numpy.anything() --> use (height, width)
반응형
'Data science > Computer Vision' 카테고리의 다른 글
[이미지 분할] Grabcut 사용법 (0) | 2023.04.26 |
---|---|
NMS(Non maximal supression) 계산하기, 파이썬 (0) | 2023.03.18 |
[5분 컷 이해] Morphological transformation (형태변형) 설명 (0) | 2022.09.18 |
[5분 컷 이해] Grad-CAM 의 이해 (0) | 2022.07.17 |
SSIM (Structural Similarity Index) 구하기 (0) | 2021.06.02 |