What is the filter size of imgaborfilt()?

5 visualizaciones (últimos 30 días)
Iraklis S
Iraklis S el 15 de Abr. de 2019
Respondida: Gautam el 24 de Oct. de 2024
I am trying to filter several images using Gabor Filters for pre-processing.
I am using gabor() to create the bank of filters and imgaborfilt() afterwards, to apply the filter to the image. However, it seems that you are not able to change the filter size. How does imgaborfilt() filter the image? What's the kernel size?
Haven't found any more info Googleing it.
Thanks in advance.

Respuestas (1)

Gautam
Gautam el 24 de Oct. de 2024
The size of the Gabor kernel is determined internally by MATLAB based on the specified wavelength. The kernel size is typically large enough to capture the features defined by the wavelength and orientation. The size is not directly specified by the user but is automatically determined to ensure the filter captures the desired features. If you need specific control over the kernel size, you might need to implement custom Gabor filters using convolution operations.

Etiquetas

Productos


Versión

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by