You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2024. It is now read-only.
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?
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