photo

suresh gunarathna


Last seen: mehr als 4 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • First Answer
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
how to mix two audio signals
function [Y,f]=togau(A,B) [x1,f1]=audioread(A); [x2,f2]=audioread(B); [l1,c1]=size(x1); [l2,c2]=size(x2); if l1 > l...

mehr als 4 Jahre vor | 0

Frage


how do we create movie structure not with vediofile
vedio = playvedio('sample.avi'); but this not create structure on my workspace why is that?

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
how to mix two vedio files according to the height of frame ?
halfmix('apalne.mp4','cloude.mp4');

fast 6 Jahre vor | 0

| akzeptiert

Frage


how to mix two vedio files according to the height of frame ?
function mov = halfmix(fname1,fname2) video1=playvideo(fname1); video2=playvideo(fname2); [h1,w1,c1] = size(v...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


can exist 2 channel within one vedio frame?why we count frames in algorithm part on matlab
function grmovstruct = myvideo(structname) fcount = size(structname,2); for i = fcount:-1:1 grvedio = rgb2gray(st...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
how to write matlab porgramme to remove one of the RGB channels (make 0) in each of the 10 frames in a sequence?
question is this , a vedio file (sample.mp4) is given to you, write a matlab program (M-file) to remove one of the RGB channels...

fast 6 Jahre vor | 0

Frage


how to write matlab porgramme to remove one of the RGB channels (make 0) in each of the 10 frames in a sequence?
how to write matlab programme to remove one of the RGB channels in each of the 10 frames in a sequence

fast 6 Jahre vor | 3 Antworten | 0

3

Antworten