Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scanf-s/opencv

OpenCV Basic
https://github.com/scanf-s/opencv

opencv-python

Last synced: about 1 month ago
JSON representation

OpenCV Basic

Awesome Lists containing this project

README

        

# OpenCV
OpenCV Basic

# CheckerBoardProject 실행 방법

## poetry를 설치하고, 아래 명령 입력
```shell
poetry config virtualenvs.in-project true # 프로젝트 내부에 venv 폴더 생성
poetry install # 의존성 설치
poetry shell # 가상환경 실행
```

## 아래 형식으로 소스코드 실행하면 됩니다.
```shell
python
```