You are here: Start » FIL.NET » FIS.SmoothProfile_Mean Method
FIS.SmoothProfile_Mean Method
Smooths a profile by averaging points within a kernel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SmoothProfile_Mean ( FilNet.Profile inProfile, int inKernelRadius, bool inCyclic, FilNet.Profile outProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inKernelRadius | int | <0, INF> | 3 | Defines the width of the kernel as '2 * inKernelRadius + 1'. Default value: 3. |
![]() | inCyclic | bool | Defines whether the first element should be considered adjacent to the last element. | ||
![]() | outProfile | FilNet.Profile | Output profile. |