MATLAB function for recognition of single character image

179 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

There is ocr function in the Computer Vision System Toolbox.