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
