Statistica
RANK
185.055
of 299.969
REPUTAZIONE
0
CONTRIBUTI
4 Domande
4 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 166.784
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
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...
oltre 5 anni fa | 0
Domanda
how do we create movie structure not with vediofile
vedio = playvedio('sample.avi'); but this not create structure on my workspace why is that?
quasi 7 anni fa | 0 risposte | 0
0
rispostehow to mix two vedio files according to the height of frame ?
halfmix('apalne.mp4','cloude.mp4');
quasi 7 anni fa | 0
| accettato
Domanda
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...
quasi 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 7 anni fa | 0 risposte | 0
0
rispostehow 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...
quasi 7 anni fa | 0
how to write matlab porgramme to remove one of the RGB channels (make 0) in each of the 10 frames in a sequence?
out put is black image nothing else
quasi 7 anni fa | 0
Domanda
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
quasi 7 anni fa | 3 risposte | 0