Path: news.mathworks.com!not-for-mail
From: "Syed Ali" <sfaisalalipk@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Need urgent help in video image processing
Date: Thu, 29 Oct 2009 05:13:05 +0000 (UTC)
Organization: Universiti Teknologi Petronas
Lines: 13
Message-ID: <hcb891$bhr$1@fred.mathworks.com>
References: <hcanq2$qfi$1@fred.mathworks.com> <b86f3483-1873-4911-9dce-6f6824993c5c@v30g2000yqm.googlegroups.com> <hcavtc$au4$1@fred.mathworks.com> <7P7Gm.14$v47.9@newsfe23.iad>
Reply-To: "Syed Ali" <sfaisalalipk@gmail.com>
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 1256793185 11835 172.30.248.38 (29 Oct 2009 05:13:05 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 29 Oct 2009 05:13:05 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1746454
Xref: news.mathworks.com comp.soft-sys.matlab:580838


Dear Brother Naseer, 
Thanks for your guidence, but do guide me, 
for a frame 
fram_test = aviread('abc.avi');
In work space it creates a structure <1 X 816> means it can have 816 frames.
Now further if we browse it will be 
fram_test(1,1) will have cdata and colormap.
Now in cdata <240 X 320 X 3> 8 units. 
The problem is how I can read pixel by pixel from each frame so 
I can have single value of pixels (R, G, B) from each frame.
Thanks 
Regards
Syed