Feeds
提问
how to make passing parametes between GUI and *.m files
%================== in my gui file mygui.m ------- function pushbutton1_Callback(hObject, eventdata, handles) ...
11 years 前 | 1 个回答 | 0
1
个回答提问
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: ...
11 years 前 | 0 个回答 | 0
0
个回答提问
canot convert image to movie frame using 'im2frame'
here the code : // vObj = vision.VideoFileReader(car_video.avi); while ~isDone(vObj) v = step(vObj); ...
11 years 前 | 2 个回答 | 0
2
个回答提问
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 : ...
11 years 前 | 2 个回答 | 0
2
个回答提问
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...
11 years 前 | 0 个回答 | 0
0
个回答提问
Gabor wavelet implementation for image segmentation
How to implemented gabor wavelet method for image segmentation,??
12 years 前 | 1 个回答 | 0

