photo

Sandhiya CSE


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
1 个回答

排名
31,731
of 299,947

声誉
1

贡献数
5 个提问
1 个回答

回答接受率
40.0%

收到投票数
1

排名
 of 20,848

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,679

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Answer
  • Revival Level 1
  • Thankful Level 1

查看徽章

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

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

1

个回答