Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: how to implement real time imread
Date: Mon, 8 Oct 2007 09:24:42 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 31
Message-ID: <fect0q$2uj$1@fred.mathworks.com>
References: <febrfn$4eo$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1191835482 3027 172.30.248.35 (8 Oct 2007 09:24:42 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 8 Oct 2007 09:24:42 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 870065
Xref: news.mathworks.com comp.soft-sys.matlab:431747



"Sean Han" <han1022@hotmail.com> wrote in message
<febrfn$4eo$1@fred.mathworks.com>...
> Greetings,
> 
> I need to read images and apply image processing algorithm 
> in real time. So I want to do 'imread' as soon as an image 
> is created in Matlab working directory.
> 
> I was thinking something like this:
> 
> 1. Keep reading image files and store them using structure
> 
> 2. If a new image is dropped into the folder and the new 
> list and the old list are different, do carry out image 
> processing algorithm
> 
> Is there a way I could make the Matlab to read images 
> forever? Should I just use while loop?
> 
> Is there a better way I could go about this problem?
> 
> Thanks, -Sean
> 
> 


See this thread:
http://www.mathworks.com/matlabcentral/newsreader/view_thread/156597

hth
Jos