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

FIS.ErodeImage_Mask Method

Replaces each pixel with the minimum of pixels within a small rectangular kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ErodeImage_Mask
(
	FilNet.Image inImage,
	FilNet.MorphologyKernel inKernel,
	FilNet.Image outImage
)

Parameters

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

Function Overrides

See also