Statistica
RANK
8.592
of 296.216
REPUTAZIONE
5
CONTRIBUTI
8 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
37.5%
VOTI RICEVUTI
0
RANK
of 155.704
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
Domanda
what does (:,:,:,x) mean in matlab?
obj = mmreader('rhinos.avi'); vid = read(obj); frames = obj.NumberOfFrames; ST='.jpg'; for x = 1:frames ...
quasi 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Motion detection in video
I want to only keep those frames of a video which contain motion, save these frames in a certain location and then combine them ...
quasi 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Video formats in MATLAB
can Matlab handle mp4 video clips or do they have to be avi? Is it possible to do VideoReader('clip.mp4') ?
quasi 11 anni fa | 1 risposta | 0
1
rispostaDomanda
splitting video into frames
can someone please give me the matlab code to split a video (avi clip) into its constituent frames, and then write them to disk?...
quasi 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Problem in creating movie
I am trying to create a movie from the frames previously extracted from 'rhinos.avi', which ships with MATLAB. My current fo...
quasi 11 anni fa | 3 risposte | 0
3
risposteRewriting a loop construct
if you want to plot for i=1 to i=4, for i=1:4 subplot(4,1,i+1); plot(x,y); title('Original'); end
quasi 11 anni fa | 0
| accettato
Domanda
Using images in a for loop
I've split a video into frames and written them to my disk individually. Now I need to find the difference between 2 consecutiv...
quasi 11 anni fa | 2 risposte | 0
2
risposteDomanda
Not enough memory for splitting video into frames
I want to split a video clip into frames. The clip I used has 2040 frames, and when I run the code to split video into frames i...
quasi 11 anni fa | 3 risposte | 0
3
risposteDomanda
Can someone tell me how to find the summation of all the pixel values in an image?
I'm trying to implement a Sum Average Difference (SAD) based code to find the difference between consecutive frames in a video t...
quasi 11 anni fa | 1 risposta | 0