Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
can any one of you please tell me how to implement these equations in matlab?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Risposte (2)
Bjorn Gustavsson
il 3 Feb 2014
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 Commenti
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!