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!