adding video to matlab

Status
Not open for further replies.

jishaanujose

Newbie level 3
Joined
Mar 16, 2010
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
india
Activity points
1,298
respected sir,
kindly help me with the matlab code for adding video....
 

Tell us more details about you requirements and show us the code that you have tried to write
 

Tell us more details about you requirements and show us the code that you have tried to write

sir i am doing a project on data hiding in motion vectors..... i have tried the following code for adding video to matlab...but it says error..
obj= mmreader('rhinos.avi');
a=read(obj);
frames=get(obj,'numberofframes');
for k= 1: frames-1
I(k).cdata= a,:,:,k);
I(k).colormap= [];
end
implay(I);

when i run this...it says error in implay...
sir kindly help me.
thanking you
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…