You are here: Start » AVL.NET » Invoke.ErodeProfile

Invoke.ErodeProfile

Changes a profile by choosing minimum point within a kernel.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ErodeProfile
(
	Avl.Profile inProfile,
	Optional<Avl.Range> inRange,
	int inKernelRadius,
	bool inCyclic,
	Avl.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileAvl.ProfileProfile to be processed.
inRangeAtl.Optional<Avl.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.
outProfileAvl.ProfileOutput profile.

See also