photo

Divya Praisy


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
140,081
of 301,513

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 21,312

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,031

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Error using ./ Matrix Dimensions Must Agree ??!! how to solve this??
im getting error in the 4th line for ./ wat should i change ? l=getimage(handles.axes1); s=getimage(handles.axes3); ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Illumination estimation: Finding boundary template
The gradient module and the boundary template are similar.The output is supposed to be like <</matlabcentral/answers/uploa...

9 years 前 | 0 个回答 | 0

0

个回答

提问


how to correct this error?
for x=1:rows for y=1:cols wt(x,y)=t1(x,y)/max(t1(x,y)); end end c=norm(double(wt.*(eimg1(x,y)-eim...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How do i normalize a gradient of an image ?
g = ones(rows,cols); [Gmag Gdir] = imgradient(eimg); %normImage = im2double([Gmag Gdir]); %imshow(Gdir,'Parent',handl...

9 years 前 | 0 个回答 | 0

0

个回答

提问


How to get gradient module of an image ?
I want to find the gradient module |∇I (x, y)| of an image which is used to find the boundary template.

9 years 前 | 1 个回答 | 0

1

个回答