Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

algorithm behind OCR

Hello everyone

I am doing my project i OCR to recognise characters from images or handwritten documents.but I dont know which algorithm OCR session is using to train characters????

I am unable to give answers to my teachers about OCR...

Please help

0 Kudos
Message 1 of 2
(3,967 Views)

OCR, as it exists in LabVIEW, is not made to handle handwritten text, unless that text is very regular.

 

Essentially, OCR is using geometric matching to give a confidence value to each pixle blob it detects.  If the confidence value for a blob being A is 90%, and V 10%, the array will return an A.  That simple.

Machine Vision, Robotics, Embedded Systems, Surveillance

www.movimed.com - Custom Imaging Solutions
0 Kudos
Message 2 of 2
(3,840 Views)