photo

syawal rosly


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

MATLAB Answers

8 Preguntas
0 Respuestas

CLASIFICACIÓN
235.587
of 301.433

REPUTACIÓN
0

CONTRIBUCIONES
8 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
25.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.272

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 174.520

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

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


hello guys...my problem is how can i do background subtraction from the function rgb2gray?
this is my code trafficObj = VideoReader('left.avi'); get(trafficObj) implay('left.avi'); A = trafficObj.NumberOfFram...

casi 9 años hace | 0 respuestas | 0

0

respuestas

1

respuesta

Pregunta


hello... my problem is i have 4 images...i need to subtract an image 2 with image 1, image 3 with image 1 and image 4 with image 1...so how can i do this process in one loop?
this is my code : nextImage = {}; k = 1; for i = 0:3 nextImage{k} = imread(['a',num2str(i),'.jpg']); nextImage{k...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


if i able to find a centroid on one frame, how can i find a centroid for all frame in video? please help me
trafficObj = VideoReader('traffic.avi'); get(trafficObj) implay('traffic.avi'); background = rgb2gray(read(trafficObj,3...

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


hello...i have a problem to find a centroid for each frames in my video..i am able to find centroid in one frame but for each frame it meets error..can anyone help me..this is my coding
trafficObj = VideoReader('traffic.avi'); get(trafficObj) implay('traffic.avi'); background = rgb2gray(read(trafficOb...

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to keep a subtraction data of 2 frame in array?
i am now try to do my final year project on image processing. more specific i try to do car counting analysis using matlab. hope...

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to store a data in array?
my data is a centroid of 2 pictures. clear all; background=imread('junc3.png'); backgray=rgb2gray(background); ...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


hai everyone...i'm new in matlab..i'm facing a problem to do a car counting project..first i try to change the RGB in a pixels to make a straight line in video but it doesn't work. please help me
this is my coding: movie=VideoReader('movie4.avi'); frame=get(movie,'NumberofFrame'); figure for i=1:frame img=...

más de 9 años hace | 1 respuesta | 0

1

respuesta