Rank: 18261 based on 0 downloads (last 30 days) and 0 files submitted
Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Eugene
Updated File Comments Rating
28 Jan 2009 Character Recognition Example (III):Training a Simple NN for classification This demo shows some examples for image pre-processing before the recognition stage. Author: Tan Chin Luh

Hi
When I ran chargui, I could load the image and select region. But nothing happens when I press crop. Also when I press preprocess the following error occur
??? There is no 'Colormap' property in the 'uipanel' class.

Error in ==> <a href="error:C:\MATLAB7\toolbox\images\images\imshow.m,115,1">imshow at 115</a>
    set(figHandle, 'Colormap', map);

Error in ==> <a href="error:C:\MATLAB7\work\charGUI.m,117,1">charGUI>pbPreprocess_Callback at 117</a>
imshow(bw);

Error in ==> <a href="error:C:\MATLAB7\toolbox\matlab\uitools\gui_mainfcn.m,75,1">gui_mainfcn at 75</a>
        feval(varargin{:});

Error in ==> <a href="error:C:\MATLAB7\work\charGUI.m,42,1">charGUI at 42</a>
    gui_mainfcn(gui_State, varargin{:});

??? Error while evaluating uicontrol Callback.

When I did feature extraction the following error occur
??? Reference to non-existent field 'bw2'.

Error in ==> <a href="error:C:\MATLAB7\work\charGUI.m,130,1">charGUI>pbExtract_Callback at 130</a>
bw2 = handles.bw2;

Error in ==> <a href="error:C:\MATLAB7\toolbox\matlab\uitools\gui_mainfcn.m,75,1">gui_mainfcn at 75</a>
        feval(varargin{:});

Error in ==> <a href="error:C:\MATLAB7\work\charGUI.m,42,1">charGUI at 42</a>
    gui_mainfcn(gui_State, varargin{:});

??? Error while evaluating uicontrol Callback.

When I press recognize the following error occur
??? Reference to non-existent field 'charvec'.

Error in ==> <a href="error:C:\MATLAB7\work\charGUI.m,142,1">charGUI>pbRecognize_Callback at 142</a>
charvec = handles.charvec;

Error in ==> <a href="error:C:\MATLAB7\toolbox\matlab\uitools\gui_mainfcn.m,75,1">gui_mainfcn at 75</a>
        feval(varargin{:});

Error in ==> <a href="error:C:\MATLAB7\work\charGUI.m,42,1">charGUI at 42</a>
    gui_mainfcn(gui_State, varargin{:});

??? Error while evaluating uicontrol Callback.

What should I do??

my email is angelflames84@hotmail.com

Contact us at files@mathworks.com