728x90
반응형
# x, y, w, h ROI
img = cv2.imread('test.jpg')
cropped_img = img[y: y + h, x: x + w]
728x90
반응형
'머신러닝 > Computer Vision' 카테고리의 다른 글
[Labelme2COCO] (0) | 2023.02.23 |
---|---|
[PIL] 이미지 위에 반투명 도형 그리기, 글자 쓰기 / Drawing transparent Polygon on image (2) | 2023.02.15 |
[Python]Pascal-Voc XML format to Yolov5(v7) txt format/PascalVOC to Yolo txt (0) | 2023.01.12 |
[PIL / colorthief / extcolors] 이미지 내 주요 색 추출 (Extracting dominant colors in image python) (0) | 2022.11.14 |
[python/cv2] RGB colour table/ rgb 컬러 triplet (0) | 2022.10.31 |