Borrar filtros
Borrar filtros

Gabor filter for array

2 visualizaciones (últimos 30 días)
Markku Similä
Markku Similä el 1 de Oct. de 2019
Respondida: Markku Similä el 10 de Oct. de 2019
Your gabor filter in 2019b does not work for array

Respuestas (2)

Jyothis Gireesh
Jyothis Gireesh el 7 de Oct. de 2019
I am assuming that you are trying to give vectors as inputs to the imgaborfilt()” function. This may not be possible as the function accepts only a real, non-sparse 2D matrix as input.
Please refer to the documentation on gabor filter for any further clarifications

Markku Similä
Markku Similä el 10 de Oct. de 2019
This is not what I referred. In my computer e.g.
the command
g = gabor([5 10],[0 90]);
did not work because dot was missing in the gabor.m file (1/ instead 1./).
I tried to correct that but I failed.
Best regards,
Markku

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by