You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inProfile | Fil.Profile | Input profile. | ||
![]() | inRange | Ftl.Optional<Fil.Range> | |||
![]() | inFactor | float | <0.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | inCyclic | bool | Defines whether the first element should be considered adjacent to the last element. | ||
![]() | outProfile | Fil.Profile | Output profile. |