ChangeDetector
This page describes a module in the upcoming version 1.2 of Ikaros and may not be correct for version 1.1
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
| Name | Description | Type | Default |
|---|---|---|---|
| class | The class name for the module; must be "ChangeDetector". | string | |
| name | The name of this instance of the module. | string | |
| border | Width of the border to ignore | int |
Module Connections
Inputs
| Name | Description |
|---|---|
| INPUT | The input |
Outputs
| Name | Description |
|---|---|
| OUTPUT | The output. |
Author
Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science
Files
ChangeDetector.h
ChangeDetector.cc
ChangeDetector.ikc