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

FIS.CloseImage_AnyKernel Method

Removes small dark structures from an image (or fills in bright ones) by applying consecutive dilation and erosion.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CloseImage_AnyKernel
(
	FilNet.Image inImage,
	FilNet.Region inKernel,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inKernelFilNet.RegionKernel shape.
outImageFilNet.ImageOutput image.

Function Overrides

See also