MATLAB: Character Recognition

image analysisimage processingImage Processing Toolboxocrtablet input

First, I need to count the Pixels in an image(Ex:-image of Letter A) then I need to check whether the image is accurate(check whether "image of Letter A is correct") , can I do it by counting pixels of the image and check whether it is correct…can anyone know it please Reply or post a sample mathlab code for that

Best Answer

What difference is there between "count the Pixels in an image [...] then I need to check whether the image is accurate" compared to "can I do it by counting pixels of the image and check whether it is correct" ?
If the question is whether you can determine whether a particular character is correct just by counting its pixels, the answer is NO.
Related Question