Feeds
提问
Could nt get the result
f=figure; c=uicontrol; c.String='getrsf'; function getrsf_Callback(hObject, eventdata, handles) % hObject handle to msg_b...
5 years 前 | 1 个回答 | 0
1
个回答提问
how to detect car from a video
foregroundDetector = vision.ForegroundDetector('NumGaussians', 3, ... 'NumTrainingFrames', 50); V=VideoReader('vid...
5 years 前 | 0 个回答 | 1
0
个回答已回答
Calculate Car speed from a video stream
Can someone send the input video for this code
Calculate Car speed from a video stream
Can someone send the input video for this code
5 years 前 | 0
提问
Function IMRESIZE expected input number 2, MAP, to be a valid colormap. Valid colormaps cannot have values outside the range [0,1].
clc; clear all; close all; c0 = 2; imgID = 1; Img = imread(char(strcat(int2str(i...
5 years 前 | 1 个回答 | 0
1
个回答提问
Instead its type was matlab.graphics.primitive.Image.
clc; clear all; close all; c0 = 2; imgID = 5; Img = imread(char(strcat(int2str(i...
5 years 前 | 1 个回答 | 0
1
个回答提问
I have a code for K-means clustering help me correcting error
%grayscale image segmentation using k-means algorithm function kmeansegmentation clc;close all; clear all; [im,map]=imread...
5 years 前 | 1 个回答 | 0