You are here: Start » AVL.NET » AVL.SmoothProfile_Mean(AvlNet.Profile, int, bool, AvlNet.Profile)
AVL.SmoothProfile_Mean(AvlNet.Profile, int, bool, AvlNet.Profile)
Smooths a profile by averaging points within a kernel.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SmoothProfile_Mean( AvlNet.Profile inProfile, int inKernelRadius, bool inCyclic, out AvlNet.Profile outProfile )
Parameters
- inProfile
- Type: AvlNet.Profile
Input profile - inKernelRadius
- Type: System.Int32
Defines the width of the kernel as '2 * inKernelRadius + 1' - inCyclic
- Type: System.Boolean
Defines whether the first element should be considered adjacent to the last element - outProfile
- Type: AvlNet.Profile
Output profile
