GaussianEdgeDetector

Module that applies a Gaussian edge filter to an image.

Example XML definition

A simple example

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

Parameters

NameDescriptionTypeDefault
classThe class name for the module; must be "GaussianEdgeDetector".string
nameThe name of this instance of the module.string
scaleScale of the filterfloat1.0

Module Connections

Inputs

NameDescription
INPUTThe input

Outputs

NameDescription
ORIENTATIONEdge orientation
MAXIMAOrinetation estimate
OUTPUTFinal edges
dxGradient estimation x
dyGradient estimation y
dGxFilter kernel
dGyFilter kernel

Author

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

Files

GaussianEdgeDetector.h
GaussianEdgeDetector.cc
GaussianEdgeDetector.ikc

blog comments powered by Disqus