OCR_FUN

Calls OCR classifier and displays result.



 Synopsis:
  ocr_fun(data)
 
 Description:
  This function classifies images of characters stored as columns 
  of the matrix data.X. The output is displayed in a grid 5 x 10.

 Input:
  data.X [dim x (5*10)] Input images store as column vectors.
    The images are assumed to be taken from grid 5x10.


Source: ocr_fun.m

(c) Statistical Pattern Recognition Toolbox, (C) 1999-2003,
Written by Vojtech Franc and Vaclav Hlavac,
Czech Technical University Prague,
Faculty of Electrical engineering,
Center for Machine Perception

Modifications:
04-jun-2004, VF
09-sep-2003, VF