ChangeDetector

Module that compares two successive input images and outputs the absolute value of their difference. In addition, it is possible to throw away a border around the image to make the output compatible with that of other image operators.

Example XML definition

A simple example

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

Parameters

NameDescriptionTypeDefault
classThe class name for the module; must be "ChangeDetector".string
nameThe name of this instance of the module.string
borderWidth of the border to ignoreint

Module Connections

Inputs

NameDescription
INPUTThe input

Outputs

NameDescription
OUTPUTThe output

Author

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

Files

ChangeDetector.h
ChangeDetector.cc
ChangeDetector.ikc

blog comments powered by Disqus