photo

anand rathod


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

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
70,134
of 299,793

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,013

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Can anyone tell me how to solve this error?
clc; clear ; close all; %% load FA F1 = Feature; load NF F2 = Feature; xdata = [F1;F2]; group = cell(1,1); for ii ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Can anyone tell me how does this code works?
clc; clear ; close all; %% load FA F1 = Feature; load NF F2 = Feature; xdata = [F1;F2]; group = cell(1,1); for ii = ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Is it possible to generate a template of a whole image?
In template we usually generate a small template of a very particular area or region of an image but not the full image. Is it ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Is there any way or function to know how many frames are aquired from the live video stream per second.
I want to check how many frames are aquired or how many frames per second are extracted from a live video stream. Is there a fu...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Can anyone tell me how to resolve errors in this code?
clc; clear ; close all; %% load FA F1 = Feature; load NF F2 = Feature; xdata = [F1;F2]; group = cell(1,1); for ii = ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Can anyone tell me what does this code do and how does it work?
function segment = skin_seg2(I1) % Convert image to double precision I=double(I1); [hue,~,~]=rgb2hsv(I); % Ycbcr = rgb2ycbc...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Can anyone help me understand this code?
clc; clear ; close all; cl = {'open','close'}; DBL = cell(1,1); DBR = cell(1,1); DBM = cell(1,1); dim = [30 60; ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


what is the meaning of this code?
cl = {'open','close'}; % Initialise empty cell structure DBL = cell(1,1); DBR = cell(1,1); DBM = cell(1,1); dim = [30 6...

5 years 前 | 1 个回答 | 0

1

个回答