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

FIS.DilateImage_AnyKernel Method

Replaces each pixel with the maximum of pixels within an arbitrary kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

Function Overrides

See also