Info
此问题已关闭。 请重新打开它进行编辑或回答。
can any one of you please tell me how to implement these equations in matlab?
1 次查看(过去 30 天)
显示 更早的评论
回答(2 个)
Bjorn Gustavsson
2014-2-3
That's a convolution, so take a good look at the help for conv2:
help conv2
Then to get a Gabor-filtered image simply search for gabor filter implementations on the file exchange, I recall seeing a fair number of implementations there.
HTH.
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!