SharpenProfile
Sharpens a profile using a 3x1 filter.
Syntax
C++
C#
Python
def SharpenProfile( inProfile: Profile, outProfile: Profile, /, *, inRange: Range | None = None, inFactor: float = 1.0, inCyclic: bool = False ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inProfile | Profile | Input profile | ||
![]() |
inRange | Range | None | None | ||
![]() |
inFactor | float | 0.0 - ![]() |
1.0 | |
![]() |
inCyclic | bool | False | Defines whether the first element should be considered adjacent to the last element | |
![]() |
outProfile | Profile | Output profile |



