KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Image-coin-counter
★ 11
Open GitHub ↗
Python 2.7 with OpenCV
Download README (.md)
Explore Similar Repositories
hackersurveys
:
Collection of surveys answered by engineers
pyigdc
:
A command line UPnP IGD Client/Lib in python
MakerManager2
:
Maker Manager provides a web interface and automation to Dallas Makerspace's access control system.
ulogin-OpenCart
:
No description available.
semicolon-indent
:
indentation with semicolons
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Image-coin-counter
?
Download (.md)
A simple coin counter for python 2.7 using OpenCV.<br><br> load image -> convert to grey scale -> apply gaussian blur -> apply canny edge detection -> find contours -> draw contours -> count the number of contours -> thus, count the number of coins.<br><br> Replace "money.jpg" at the top of the program with your own coin images and have a play with the parameters values.<br><br> <br><br> <br> (Shows 7 coins, but infact there are 14).<br><br> Rhys Dunn 2015