Estadística
CLASIFICACIÓN
8.499
of 295.495
REPUTACIÓN
5
CONTRIBUCIONES
8 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
37.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
what does (:,:,:,x) mean in matlab?
obj = mmreader('rhinos.avi'); vid = read(obj); frames = obj.NumberOfFrames; ST='.jpg'; for x = 1:frames ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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') ?
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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?...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 11 años hace | 3 respuestas | 0
3
respuestasRewriting 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
casi 11 años hace | 0
| aceptada
Pregunta
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...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 11 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
casi 11 años hace | 1 respuesta | 0