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

FIS.DilateAndErodeImage Method

Calculates dilation and erosion simultaneously for faster execution.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DilateAndErodeImage
(
	FilNet.Image inImage,
	FilNet.KernelShape inKernel,
	int inRadiusX,
	FilNet.Image outDilated,
	FilNet.Image outEroded
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inKernelFilNet.KernelShapeKernel shape.
inRadiusXint<0, INF>1Nearly half of the kernel's width (2*R+1). Default value: 1.
outDilatedFilNet.Image
outErodedFilNet.Image

Function Overrides

See also