<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157299</link>
    <title>MATLAB Central Newsreader - how to implement real time imread</title>
    <description>Feed for thread: how to implement real time imread</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>Sun, 07 Oct 2007 23:52:23 -0400</pubDate>
      <title>how to implement real time imread</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157299#395506</link>
      <author>Sean Han</author>
      <description>Greetings,&lt;br&gt;
&lt;br&gt;
I need to read images and apply image processing algorithm &lt;br&gt;
in real time. So I want to do 'imread' as soon as an image &lt;br&gt;
is created in Matlab working directory.&lt;br&gt;
&lt;br&gt;
I was thinking something like this:&lt;br&gt;
&lt;br&gt;
1. Keep reading image files and store them using structure&lt;br&gt;
&lt;br&gt;
2. If a new image is dropped into the folder and the new &lt;br&gt;
list and the old list are different, do carry out image &lt;br&gt;
processing algorithm&lt;br&gt;
&lt;br&gt;
Is there a way I could make the Matlab to read images &lt;br&gt;
forever? Should I just use while loop?&lt;br&gt;
&lt;br&gt;
Is there a better way I could go about this problem?&lt;br&gt;
&lt;br&gt;
Thanks, -Sean</description>
    </item>
    <item>
      <pubDate>Mon, 08 Oct 2007 09:24:42 -0400</pubDate>
      <title>Re: how to implement real time imread</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157299#395524</link>
      <author>Jos </author>
      <description>&quot;Sean Han&quot; &amp;lt;han1022@hotmail.com&amp;gt; wrote in message&lt;br&gt;
&amp;lt;febrfn$4eo$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Greetings,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I need to read images and apply image processing algorithm &lt;br&gt;
&amp;gt; in real time. So I want to do 'imread' as soon as an image &lt;br&gt;
&amp;gt; is created in Matlab working directory.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I was thinking something like this:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; 1. Keep reading image files and store them using structure&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; 2. If a new image is dropped into the folder and the new &lt;br&gt;
&amp;gt; list and the old list are different, do carry out image &lt;br&gt;
&amp;gt; processing algorithm&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Is there a way I could make the Matlab to read images &lt;br&gt;
&amp;gt; forever? Should I just use while loop?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Is there a better way I could go about this problem?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks, -Sean&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
See this thread:&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/matlabcentral/newsreader/view_thread/156597&quot;&gt;http://www.mathworks.com/matlabcentral/newsreader/view_thread/156597&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
hth&lt;br&gt;
Jos</description>
    </item>
    <item>
      <pubDate>Mon, 08 Oct 2007 09:51:54 -0400</pubDate>
      <title>Re: how to implement real time imread</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157299#395530</link>
      <author> auom78@dsl.pipex.com</author>
      <description>On 8 Oct, 00:52, &quot;Sean Han&quot; &amp;lt;han1...@hotmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; Greetings,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I need to read images and apply image processing algorithm&lt;br&gt;
&amp;gt; in real time. So I want to do 'imread' as soon as an image&lt;br&gt;
&amp;gt; is created in Matlab working directory.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I was thinking something like this:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; 1. Keep reading image files and store them using structure&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; 2. If a new image is dropped into the folder and the new&lt;br&gt;
&amp;gt; list and the old list are different, do carry out image&lt;br&gt;
&amp;gt; processing algorithm&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Is there a way I could make the Matlab to read images&lt;br&gt;
&amp;gt; forever? Should I just use while loop?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Is there a better way I could go about this problem?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks, -Sean&lt;br&gt;
&lt;br&gt;
Help exist - take a look at the file option.&lt;br&gt;
&lt;br&gt;
HTH,&lt;br&gt;
&lt;br&gt;
David.</description>
    </item>
  </channel>
</rss>

