MATLAB: Car license plate character recognition using OCR

lprocrrecognitionsegmentatioin

hi fnds…….. can any one tell me how to recognize license plate characteres using OCR…i have segment chracters but confused how to start with recognition…please help me…..in MATLAB coding………..plz give ans………
thanks in advance

Best Answer

Hello. So you have reached chars segmentation step, and you have n Images of characters to be recognized. 3 methods to OCR chars image: ANN, Template mach and Correlation. The easiest way and less time consuming is to use correlation method. 'corr2' matlab function. You need to compare each segmented image against template that you have previously stored in a data file. Use max() matlab built-in function to get mached result. but take care to build that template using you country license plate police chars. Ok so accept answer and vote :-)
Related Question