-
이진 영상 처리 - 외곽선 검출컴퓨터 비젼(Computer Vision) 2022. 2. 14. 15:46
외곽선 검출
cv2.findContours(image, mode, method, contours=None, hierarchy=None, offset=None) -> contours, hierarchy
외곽선 그리기
cv2.drawContours(image, contours, contourIdx, color, thickness=None, lineTy-e=None, hierarchy=None, maxLevel=None, offset=None) -> image
'컴퓨터 비젼(Computer Vision)' 카테고리의 다른 글
[OCR] CRAFT 학습 간 주의사항 (0) 2022.11.27 RLE (RUN LENGTH ENCODING) (0) 2022.05.11 이진 영상 처리 - 영상의 이진화 (0) 2022.02.14 영상의 미분 (0) 2022.02.08 잡음 제거 (0) 2022.02.06