You are here: Start » FIL.NET » Function Reference » Profile » Profile Local Transforms » FIL.ErodeProfile

FIL.ErodeProfile

Changes a profile by choosing minimum point within a kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ErodeProfile
(
	FilNet.Profile inProfile,
	FilNet.Range? inRange,
	int inKernelRadius,
	bool inCyclic,
	FilNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileFilNet.ProfileProfile to be processed.
inRangeFilNet.Range?
inKernelRadiusint<0, INF>3Defines the width of the kernel as '2 * inKernelRadius + 1'. Default value: 3.
inCyclicboolDefines whether the first element should be considered adjacent to the last element.
outProfileFilNet.ProfileOutput profile.

Errors

List of possible exceptions:

Error type Description
DomainError Range exceeds the input profile in ErodeProfile.

Function Overrides

See also