An open API service indexing awesome lists of open source software.

https://github.com/shroukmansour/ocr

OCR program to differentiate between numbers [0-9] using a machine learning technique "Location of centroid"
https://github.com/shroukmansour/ocr

centroid machine-learning matlab ocr-recognition

Last synced: 8 months ago
JSON representation

OCR program to differentiate between numbers [0-9] using a machine learning technique "Location of centroid"

Awesome Lists containing this project

README

          

# OCR

A Matlab program used to recognize numbers in images from [0-9].

Features:
- [x] Location of centroid
- [x] Chain code

Classifiers:
- [x] Minimum square distance
- [x] Minimum square error
- [ ] Neural Network
- [ ] Hidden Markov Model