Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduardohenriquearnold/OCR
An OpenCV based OCR system, base to other projects
https://github.com/eduardohenriquearnold/OCR
Last synced: 7 days ago
JSON representation
An OpenCV based OCR system, base to other projects
- Host: GitHub
- URL: https://github.com/eduardohenriquearnold/OCR
- Owner: eduardohenriquearnold
- License: gpl-2.0
- Created: 2015-07-28T01:27:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-28T01:33:21.000Z (over 9 years ago)
- Last Synced: 2024-04-09T21:24:49.222Z (7 months ago)
- Language: C++
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OpenCV based OCR
================Uses **Histogram of Oriented Gradients (HOG)** to extract characters features and **Support Vector Machines** as a classifier. It serves as basis for other projects that require OCR functionality.
Training function can be adapted for specific cases.