Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Basic » Box » DilateBox

DilateBox


Module: FoundationLite

Performs a morphological dilation on a box using box kernel.

Name Type Range Description
inBox Box Input box
inRadiusX Integer 0 - Horizontal radius of the box kernel
inRadiusY Integer* 0 - Vertical radius of the box kernel
outBox Box Dilated box

Description

Performs a morphological dilation on a box using box kernel.

Examples

DilateBox performed with kernel size 2x1.

Complexity Level

This filter is available on Basic Complexity Level.

See Also

  • ResizeRegion – Enlarges or shrinks a region to new dimensions.