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"
- Host: GitHub
- URL: https://github.com/shroukmansour/ocr
- Owner: ShroukMansour
- Created: 2018-02-17T14:11:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T18:22:43.000Z (about 8 years ago)
- Last Synced: 2025-05-31T00:47:10.551Z (about 1 year ago)
- Topics: centroid, machine-learning, matlab, ocr-recognition
- Language: Matlab
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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