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
Input value inProfile Profile Input profile
Input value inRange Range | None None
Input value inFactor float 0.0 - 1.0
Input value inCyclic bool False Defines whether the first element should be considered adjacent to the last element
Output value outProfile Profile Output profile