photo

syawal rosly


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
134,787
of 301,558

評判
0

コントリビューション
8 質問
0 回答

回答採用率
25.0%

獲得投票数
0

ランク
 of 21,325

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,442

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

9年弱 前 | 0 件の回答 | 0

0

回答

質問


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

約9年 前 | 1 件の回答 | 0

1

回答

質問


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

約9年 前 | 0 件の回答 | 0

0

回答

質問


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

約9年 前 | 0 件の回答 | 0

0

回答

質問


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

約9年 前 | 0 件の回答 | 0

0

回答

質問


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

9年以上 前 | 2 件の回答 | 0

2

回答

質問


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

9年以上 前 | 1 件の回答 | 0

1

回答