Search code examples
matlabimage-processingcomputer-visionocrmatlab-cvst

MATLAB function for recognition of single character image


I need to implement a simple OCR to convert some characters in one line into text in matlab. so far I've done noise reduction, thresholding and segmentation and I get images like this:
enter image description here

Now all I need is to classify this character. is there any matlab function to do this?


Solution

  • There is ocr function in the Computer Vision System Toolbox.