image-blur-map icon indicating copy to clipboard operation
image-blur-map copied to clipboard

Correlation or Convolution during Local Frequency Analysis

Open DeckerDai opened this issue 4 years ago • 0 comments

Hi Cattle, thanks for your wonderful code!

I notice that you use imfilter in gabor_gradient_field.m. The default operation adopted by imfilter is correlation, instead of convolution. However, the operation in the Paper is said to be convolution.

Theoretically, I believe correlation is more suitable here, since we want to identify which filter (corresponds to a frequency) provides a higher response. What do you think?

Thank you and look forward to hearing from you.

Best regards, Qi

DeckerDai avatar Jul 14 '20 08:07 DeckerDai