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{:});