https://github.com/boechat107/banknote-recognizer
An image processing project to recognize the currency value of banknotes in natural scenes.
https://github.com/boechat107/banknote-recognizer
Last synced: 2 months ago
JSON representation
An image processing project to recognize the currency value of banknotes in natural scenes.
- Host: GitHub
- URL: https://github.com/boechat107/banknote-recognizer
- Owner: boechat107
- Created: 2013-12-03T22:54:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-16T20:40:48.000Z (almost 11 years ago)
- Last Synced: 2025-01-21T13:26:01.366Z (4 months ago)
- Language: Java
- Size: 1.57 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# banknote-recognizer
An image processing project to recognize the currency value of banknotes in natural
scenes.The main motivation is to learn all necessary techniques and apply different image
processing libraries, like [OpenCV](http://opencv.org/), [BoofCV](http://boofcv.org/)
and [eye-boof](https://github.com/boechat107/eye-boof).
The inspiration came from one of the
[final projects](http://www.stanford.edu/class/ee368/Project_13/index.html)
(by the authors Christian Elder and Michael Digman) of the Stanford's course
EE368/CS232 on digital image processing.## Usage
There is nothing usable yet, but probably it'll have some Android app to take shoots.
## License
Do whatever you want with this, but remember to look at the libraries' licenses first.