Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

can any one of you please tell me how to implement these equations in matlab?

1 visualización (últimos 30 días)
ashok
ashok el 3 de Feb. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021

Respuestas (2)

Walter Roberson
Walter Roberson el 3 de Feb. de 2014
G = @(m,n,x,y) I(x,y) * g(m,n,x,y);

Bjorn Gustavsson
Bjorn Gustavsson el 3 de Feb. de 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.

La pregunta está cerrada.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by