Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scanf-s/opencv
- Owner: Scanf-s
- Created: 2024-09-30T21:42:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T04:13:19.000Z (about 1 month ago)
- Last Synced: 2024-11-26T05:20:37.096Z (about 1 month ago)
- Topics: opencv-python
- Language: Python
- Homepage:
- Size: 3.95 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```