Feeds
질문
how to make passing parametes between GUI and *.m files
%================== in my gui file mygui.m ------- function pushbutton1_Callback(hObject, eventdata, handles) ...
대략 11년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 0 | 0
0
답변질문
Gabor wavelet implementation for image segmentation
How to implemented gabor wavelet method for image segmentation,??
대략 12년 전 | 답변 수: 1 | 0

