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

FIL.ErodeBox

Performs a morphological erosion on a box using box kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ErodeBox
(
	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.BoxEroded box.

Description

Performs a morphological erosion on a box using box kernel.

Examples

ErodeBox performed with kernel size 2x1.

Function Overrides

See also