This work aims to count coins in images using only the OpenCV library and Python 3.7
- certifi==2020.6.20
- numpy==1.19.2
- opencv-contrib-python==4.4.0.44
- opencv-python==4.4.0.44
- PyYAML==5.3.1
- wincertstore==0.2
Install the libraries needed for this work:
{ pip install -r requirements.txt }
Clone this repository from Github.
{ python main.py -o real }
{ python main.py -o dollar }
{ image_result/real/ }
{ image_result/dollar/ }