You are here: Start » AVL.NET » AVL.DilateProfile(AvlNet.Profile, int, bool, AvlNet.Profile)
AVL.DilateProfile(AvlNet.Profile, int, bool, AvlNet.Profile)
Changes a profile by choosing maximum point within a kernel.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void DilateProfile( AvlNet.Profile inProfile, int inKernelRadius, bool inCyclic, out AvlNet.Profile outProfile )
Parameters
- inProfile
- Type: AvlNet.Profile
Profile to be processed - 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
