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

FIS.CloseImage_Mask 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_Mask
(
	FilNet.Image inImage,
	FilNet.MorphologyKernel inKernel,
	FilNet.Image outImage
)

Parameters

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

Function Overrides

See also