You are here: Start » FIL.NET » FIS.CloseRegion Method

FIS.CloseRegion Method

Performs a morphological closing on a region using selected predefined kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CloseRegion
(
	FilNet.Region inRegion,
	FilNet.KernelShape inKernel,
	int inRadiusX,
	int? inRadiusY,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inKernelFilNet.KernelShapeKernel shape (predefined).
inRadiusXint<0, INF>1Nearly half of the kernel's width (2*R+1). Default value: 1.
inRadiusYint?<0, INF>Nearly half of the kernel's height (2*R+1), or same as inRadiusX. Default value: ftl::NIL.
outRegionFilNet.RegionOutput region.

Function Overrides

See also