Description: The goal of Optical Character Recognition (OCR) is to classify optical patterns (often contained in a digital image) corresponding to alphanumeric or other characters. The process of OCR involves several steps including segmentation, feature extraction, and classification. Each of these steps is a field unto itself, and is described briefly here in the context of a Matlab implementation of OCR.
To Search:
File list (Check if you may need any files):
ocr project\classi.m
...........\find_means.m
...........\numbers001.tif
...........\numbers002.tif
...........\OCR.doc
...........\OCR.pdf
...........\train.m
...........\training_data.mat
ocr project