How do I Implement the Gaussian Kernel in Matlab to improve contrast

조회 수: 4 (최근 30일)
Ahmed AlShualah
Ahmed AlShualah 2014년 10월 18일
편집: Ahmed AlShualah 2014년 10월 18일
I want to implement this equation using matlab I have done the exponential part using these codes but, I can't figure out how to get K
[m,n]=size(I)
c=70;
for x=1:m
for y=1:n
D(x,y)= exp(-(x^2+y^2)/c^2);
end
end
if any one could help, I would really appreciate it

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by