Path: news.mathworks.com!not-for-mail
From: "nor ki" <kinor.removeme@gmx.de>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Load avi files
Date: Thu, 7 Feb 2008 14:03:07 +0000 (UTC)
Organization: fz
Lines: 19
Message-ID: <fof32r$hub$1@fred.mathworks.com>
References: <foepsb$j2o$1@fred.mathworks.com> <28418001.1202386452430.JavaMail.jakarta@nitrogen.mathforum.org> <foeu1e$nir$1@fred.mathworks.com>
Reply-To: "nor ki" <kinor.removeme@gmx.de>
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 1202392987 18379 172.30.248.35 (7 Feb 2008 14:03:07 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 7 Feb 2008 14:03:07 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1088664
Xref: news.mathworks.com comp.soft-sys.matlab:449867


"Torvald Helmer" <torvald.helmer@mathworks.com> wrote in
message <foeu1e$nir$1@fred.mathworks.com>...
> Yumnam Kirani Singh <kirani.singh@gmail.com> wrote in
> message
>
<28418001.1202386452430.JavaMail.jakarta@nitrogen.mathforum.org>...
> > Do you mean you have 170x175x260x3 data, i.e, 170 image
> color frames of size 175x260?
> 
> 
> That is correct! I have a true color-video of 170 frames,
> with size 175x260...
> 
> This will further on be converted to binary-image...

avidata = aviread(avifile);
newdatadouble = double(avidata.cdata);