SobelEdgeDetector

Module that applies the Sobel edge filter to an image.

Example XML definition

A simple example

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

Parameters

NameDescriptionTypeDefault
classThe class name for the module; must be "SobelEdgeDetector".string
nameThe name of this instance of the module.string
typetype of filteringchoices:
sqrt
abs
dx
dy
abs(dx)
abs(dy)

Module Connections

Inputs

NameDescription
INPUTThe input

Outputs

NameDescription
OUTPUTThe output

Author

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

Files

SobelEdgeDetector.h
SobelEdgeDetector.cc
SobelEdgeDetector.ikc

blog comments powered by Disqus