Statistiques
RANG
275 962
                          
                          
of 300 381
                        
RÉPUTATION
0
                           
                        
CONTRIBUTIONS
                          4 Questions
                          4 Réponses
ACCEPTATION DE VOS RÉPONSES 
                            50.0%
                        
VOTES REÇUS
0
RANG
 of 20 941
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS 
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 477
CONTRIBUTIONS
                            0 Problèmes
                            0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
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...
presque 6 ans il y a | 0
Question
how do we create movie structure not with vediofile
vedio = playvedio('sample.avi'); but this not create structure on my workspace why is that?
environ 7 ans il y a | 1 réponse | 0
0
réponsehow to mix two vedio files according to the height of frame ?
halfmix('apalne.mp4','cloude.mp4');
environ 7 ans il y a | 0
| A accepté
Question
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
0
réponsehow 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...
environ 7 ans il y a | 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
environ 7 ans il y a | 0
Question
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
environ 7 ans il y a | 3 réponses | 0

