Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: display text in GUI? ocr NN
Date: Mon, 11 Aug 2008 10:06:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 29
Message-ID: <g7p2u9$jv9$1@fred.mathworks.com>
References: <g7oaic$1pu$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1218449162 20457 172.30.248.38 (11 Aug 2008 10:06:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 11 Aug 2008 10:06:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 791003
Xref: news.mathworks.com comp.soft-sys.matlab:484850



"Dina " <corsair_dee@hotmail.com> wrote in message 
<g7oaic$1pu$1@fred.mathworks.com>...
> i'm working on an ocr (optical character recognition) 
> shoftware, and i am using a neural network feed forward 
> back propagation.
> 
> i've done the GUI that's supposed to open an image then 
the 
> neural network should take the image as an input and 
> display the output on an edit text (or whatever).
> 
> the thing is .. i've done the neural network, and the 
GUI 
> separatly .. i dunno how to give the image to the neural 
> network as an input, or how do i make it display the 
output 
> on the edit text.
> 
> plz help
> 
> any help would be appreciated
> 
> thanx
> 

well, maybe you could add a button to your gui that calls 
the nn process and passes it the image then waits for it 
to do it's matching and put the result in a text box in 
the gui.