photo

syawal rosly


Attivo dal 2016

Followers: 0   Following: 0

Statistica

MATLAB Answers

8 Domande
0 Risposte

RANK
235.575
of 301.421

REPUTAZIONE
0

CONTRIBUTI
8 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
0

RANK
 of 21.269

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.475

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

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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...

quasi 9 anni fa | 0 risposte | 0

0

risposte

1

risposta

Domanda


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...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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=...

oltre 9 anni fa | 1 risposta | 0

1

risposta