You are here: Start » AVL.NET » AVS.DilateProfile Method

AVS.DilateProfile Method

Changes a profile by choosing maximum point within a kernel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DilateProfile
(
	AvlNet.Profile inProfile,
	AvlNet.Range? inRange,
	int inKernelRadius,
	bool inCyclic,
	AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileProfile to be processed.
inRangeAvlNet.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.
outProfileAvlNet.ProfileOutput profile.

Function Overrides

See also