You are here: Start » FIL.NET » Invoke.OpenRegion

Invoke.OpenRegion

Performs a morphological opening on a region using a predefined kernel.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void OpenRegion
(
	Fil.Region inRegion,
	Fil.KernelShape inKernel,
	int inRadiusX,
	Optional<int> inRadiusY,
	Fil.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
inKernelFil.KernelShapeKernel shape (predefined).
inRadiusXint<0, INF>1Nearly half of the kernel's width (2*R+1). Default value: 1.
inRadiusYFtl.Optional<int><0, INF>Nearly half of the kernel's height (2*R+1), or same as inRadiusX. Default value: ftl::NIL.
outRegionFil.RegionOutput region.

See also