Community Profile

photo

Fitroh Amaluddin


Last seen: 1 year ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


how to make passing parametes between GUI and *.m files
%================== in my gui file mygui.m ------- function pushbutton1_Callback(hObject, eventdata, handles) ...

9 years ago | 1 answer | 0

1

answer

Question


How to show GMM manual computation with MATLAB
how i can get this result from RGB color with gaussian mixture model(GMM) computation in MATLAB? like this output example: ...

9 years ago | 0 answers | 0

0

answers

Question


canot convert image to movie frame using 'im2frame'
here the code : // vObj = vision.VideoFileReader(car_video.avi); while ~isDone(vObj) v = step(vObj); ...

9 years ago | 2 answers | 0

2

answers

Question


how to define 'getsnapshot' for input arguments of type 'vision.VideoFileReader'?
vobj = vision.VideoFileReader(filename, 'ImageColorSpace', 'RGB'); v = getsnapshot(vobj); and then i got this message : ...

9 years ago | 2 answers | 0

2

answers

Question


video input analisys with sum of absolute difference (SAD) algorithm
i have two video, and i want to analisys it with SAD algorithm after that save the video in a new video file. . its better...

9 years ago | 0 answers | 0

0

answers

Question


measurement the vehicle speed?
how to calculating the vehicle speed?

10 years ago | 0 answers | 0

0

answers

Question


Gabor wavelet implementation for image segmentation
How to implemented gabor wavelet method for image segmentation,??

10 years ago | 1 answer | 0

1

answer