<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/174106</link>
    <title>MATLAB Central Newsreader - display text in GUI? ocr NN</title>
    <description>Feed for thread: display text in GUI? ocr NN</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Mon, 11 Aug 2008 03:10:04 -0400</pubDate>
      <title>display text in GUI? ocr NN</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/174106#448446</link>
      <author>Dina </author>
      <description>i'm working on an ocr (optical character recognition) &lt;br&gt;
shoftware, and i am using a neural network feed forward &lt;br&gt;
back propagation.&lt;br&gt;
&lt;br&gt;
i've done the GUI that's supposed to open an image then the &lt;br&gt;
neural network should take the image as an input and &lt;br&gt;
display the output on an edit text (or whatever).&lt;br&gt;
&lt;br&gt;
the thing is .. i've done the neural network, and the GUI &lt;br&gt;
separatly .. i dunno how to give the image to the neural &lt;br&gt;
network as an input, or how do i make it display the output &lt;br&gt;
on the edit text.&lt;br&gt;
&lt;br&gt;
plz help&lt;br&gt;
&lt;br&gt;
any help would be appreciated&lt;br&gt;
&lt;br&gt;
thanx</description>
    </item>
    <item>
      <pubDate>Mon, 11 Aug 2008 10:06:02 -0400</pubDate>
      <title>Re: display text in GUI? ocr NN</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/174106#448495</link>
      <author>David </author>
      <description>&quot;Dina &quot; &amp;lt;corsair_dee@hotmail.com&amp;gt; wrote in message &lt;br&gt;
&amp;lt;g7oaic$1pu$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; i'm working on an ocr (optical character recognition) &lt;br&gt;
&amp;gt; shoftware, and i am using a neural network feed forward &lt;br&gt;
&amp;gt; back propagation.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; i've done the GUI that's supposed to open an image then &lt;br&gt;
the &lt;br&gt;
&amp;gt; neural network should take the image as an input and &lt;br&gt;
&amp;gt; display the output on an edit text (or whatever).&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; the thing is .. i've done the neural network, and the &lt;br&gt;
GUI &lt;br&gt;
&amp;gt; separatly .. i dunno how to give the image to the neural &lt;br&gt;
&amp;gt; network as an input, or how do i make it display the &lt;br&gt;
output &lt;br&gt;
&amp;gt; on the edit text.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; plz help&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; any help would be appreciated&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; thanx&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
well, maybe you could add a button to your gui that calls &lt;br&gt;
the nn process and passes it the image then waits for it &lt;br&gt;
to do it's matching and put the result in a text box in &lt;br&gt;
the gui.</description>
    </item>
    <item>
      <pubDate>Mon, 11 Aug 2008 12:54:09 -0400</pubDate>
      <title>Re: display text in GUI? ocr NN</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/174106#448514</link>
      <author>vedenev</author>
      <description>If you GUI open image then it must have button line &quot;open image&quot;. In&lt;br&gt;
calback of this button must be &quot;imread&quot;. Just Then you write filename&lt;br&gt;
of m-file where you neural network:&lt;br&gt;
my_neural_network;&lt;br&gt;
(without .m)&lt;br&gt;
&lt;br&gt;
To have result in edit field you need to write something like:&lt;br&gt;
set(handles.edit1,'string',result_variable);&lt;br&gt;
&lt;br&gt;
------------------------------------&lt;br&gt;
Maxim Vedenev, Matlab freelancer&lt;br&gt;
&lt;a href=&quot;http://simulations.narod.ru/&quot;&gt;http://simulations.narod.ru/&lt;/a&gt;</description>
    </item>
  </channel>
</rss>

