LoGFilter

Module used to apply a Laplacian of Gaussian (LoG) filter to an image.

Example XML definition

A simple example

  <module
      class = "LoGFilter"
      name = "LoG"
  />

Parameters

NameDescriptionTypeDefault
classThe class name for the module; must be "LoGFilter".string
nameThe name of this instance of the module.string
sigmawidth of the gaussianfloat1.0
kernel_sizewidth of the kernel in pixels. Faster if an odd number is usedint5
normalizescale the kernel so that its integral is 0boolyes

Module Connections

Inputs

NameDescription
INPUTThe input

Outputs

NameDescription
OUTPUTThe output
KERNELThe LoG kernel
PROFILEThe profile of the LoG kernel

Author

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

Files

LoGFilter.h
LoGFilter.cc
LoGFilter.ikc

blog comments powered by Disqus