You are here: Start » FIL.NET » Function Reference » Basic » Box » FIL.DilateBox

FIL.DilateBox

Performs a morphological dilation on a box using box kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void DilateBox
(
	FilNet.Box inBox,
	int inRadiusX,
	out FilNet.Box outBox
)

Parameters

Name Type Range Default Description
inBoxFilNet.BoxInput box.
inRadiusXint<0, INF>1Horizontal radius of the box kernel. Default value: 1.
outBoxFilNet.BoxDilated box.

Description

Performs a morphological dilation on a box using box kernel.

Examples

DilateBox performed with kernel size 2x1.

Function Overrides

See also