https://github.com/kryszak/dicedotcounter
Simple python script to detect number of dots on die shown to camera with OpenCV
https://github.com/kryszak/dicedotcounter
opencv python
Last synced: about 1 month ago
JSON representation
Simple python script to detect number of dots on die shown to camera with OpenCV
- Host: GitHub
- URL: https://github.com/kryszak/dicedotcounter
- Owner: Kryszak
- Created: 2016-04-11T13:56:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2026-05-18T07:19:05.000Z (about 2 months ago)
- Last Synced: 2026-05-18T09:36:10.222Z (about 2 months ago)
- Topics: opencv, python
- Language: Python
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://app.codacy.com/gh/Kryszak/DiceDotCounter/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
# DiceDotCounter
Simple python script to detect number of dots on die shown to camera with OpenCV.
# Development
1. Activate virtual environment with
`source ./venv.sh`
2. Install required dependencies with
`pip install -r requirements.txt`
3. Run script with
`python counter/main.py`
4. To run tests:
`python -m unittest discover -s tests -p "*_test.py" -v`