2. OpenCV-Python 환경 설정 및 기초
← OpenCV-Python 학습 목차로 돌아가기
목차
2.1 OpenCV란?
2.2 환경 설치
2.3 OpenCV 기본 구조
2.4 기본 사용법
2.5 NumPy와 OpenCV
2.1 OpenCV란?
Open Source Computer Vision Library
Intel이 개발하고 오픈소스로 공개된 컴퓨터 비전 및 영상처리 라이브러리
graph LR
A["OpenCV"] --> B["영상 처리\n(Image Processi...
itsantiago.hashnode.dev4 min read