GaborFilter

Module that constructs a Gabor filter and applies it to an image.

Example XML definition

A simple example

  <module
      class = "GaborFilter"
      name = "GaborFilter"
  />

Parameters

NameDescriptionTypeDefault
classThe class name for the module; must be "GaborFilter".string
nameThe name of this instance of the module.string
scaleThe scale of the filterfloat1.0
gammaAspect rationfloat0.5
lambdaWavelengthfloat4
thetaOrientationfloat0
phiPhase offsetfloat1.57
sigmaWidthfloat1.0

Module Connections

Inputs

NameDescription
INPUTThe first input

Outputs

NameDescription
OUTPUTThe output
FILTERThe filter kernel
GAUSSIANThe gaussian window
GRATINGThe sinusoidal grating

Limitations

The current implementation is incredibly slow.

Author

Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science

Files

GaborFilter.h
GaborFilter.cc
GaborFilter.ikc

blog comments powered by Disqus