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

jake-billings/research-ocr

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 

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