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

Invoke.SharpenProfile

Sharpens a profile using a 3x1 filter.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SharpenProfile
(
	Avl.Profile inProfile,
	Optional<Avl.Range> inRange,
	float inFactor,
	bool inCyclic,
	Avl.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileAvl.ProfileInput profile.
inRangeAtl.Optional<Avl.Range>
inFactorfloat<0.0f, INF>1.0fDefault value: 1.0f.
inCyclicboolDefines whether the first element should be considered adjacent to the last element.
outProfileAvl.ProfileOutput profile.

See also