Skip to content

Originally completed as a final project for CSCI261 via correspondence at Colorado School of Mines, this repository contains a C++ implementation of a simple OCR algorithm based on matrix comparison.

License

Notifications You must be signed in to change notification settings

jake-billings/research-ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

research-ocr

DOI

Originally completed as a final project for CSCI261 via correspondence at Colorado School of Mines, this repository contains a C++ implementation of a simple OCR algorithm based on matrix comparison.

screenshot

The algorithm works by converting color images to grayscale then comparing scaled matricies of detected letters to the known, scaled, grayscale matricies of each letter. Letters are detected using a simple edge detecting algorithm. This presents issues when using non-monospace fonts. Letters that touch each other are considered to be the same letter. This is a known issue with this particular letter detection algorithm.

Other Projects

Checkout my other projects at http://www.jakebillings.com or contact me via LinkedIn.

About

Originally completed as a final project for CSCI261 via correspondence at Colorado School of Mines, this repository contains a C++ implementation of a simple OCR algorithm based on matrix comparison.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published