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

Invoke.SharpenProfile

Sharpens a profile using a 3x1 filter.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also