https://github.com/alexhff/coin-counter
Coin detection using OpenCV
https://github.com/alexhff/coin-counter
Last synced: 8 months ago
JSON representation
Coin detection using OpenCV
- Host: GitHub
- URL: https://github.com/alexhff/coin-counter
- Owner: AlexHff
- License: mit
- Created: 2019-12-26T13:21:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T13:42:00.000Z (over 5 years ago)
- Last Synced: 2025-02-06T08:13:03.934Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 6.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coin-counter [](https://travis-ci.com/AlexHff/coin-counter)
Java implementation of OpenCV Coin Detection

## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
To build and run this app locally you will need Java and Maven
### Quick start
Clone the repository
```bash
git clone https://github.com/AlexHff/coin-counter.git
cd coin-counter
```
Install dependencies
```bash
mvn install
```
Build and run the project
```bash
mvn clean compile exec:java -Dexec.args="path/to/images"
```
## Built With
* [OpenCV](https://opencv.org/) - Open source computer vision and machine learning software library
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details