Dilate

This page describes a module in the upcoming version 1.2 of Ikaros and may not be correct for version 1.1

Module that applies the 3x3 dilate operator to an image (here generalized as the max of the pixels in the area).

Example XML definition

A simple example

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

Module Connections

Inputs

NameDescription
INPUTThe input image

Outputs

NameDescription
OUTPUTThe output.

Author

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

Files

Dilate.h
Dilate.cc
Dilate.ikc