MATLAB: During calculating motion blur

MATLABmotion blur

c(i')= (whole(^)(log|i^|))
—————————
my code is
a1(image)
image1=fft(a1);
image2=abs(image1);
image3=log(image2);
image4=fft(image3);
it is correct or not?

Best Answer

sorry manoj:( We can't calculate the motion blur in matlab better u try in scilab...