GaussianFilter

Module used to apply Gaussian filtering to an image.

Example XML definition

A simple example

  <module
      class = "GaussianFilter"
      name = "Gaussian"
  />

Parameters

NameDescriptionTypeDefault
classThe class name for the module; must be "GaussianFilter".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

Module Connections

Inputs

NameDescription
INPUTThe input

Outputs

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

Author

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

Files

GaussianFilter.h
GaussianFilter.cc
GaussianFilter.ikc

blog comments powered by Disqus