You are here: Start » FIL.NET » Invoke.ErodeProfile
Changes a profile by choosing minimum point within a kernel.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ErodeProfile ( Fil.Profile inProfile, Optional<Fil.Range> inRange, int inKernelRadius, bool inCyclic, Fil.Profile outProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | Fil.Profile | Profile to be processed. | ||
![]() | inRange | Ftl.Optional<Fil.Range> | |||
![]() | 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 | Fil.Profile | Output profile. |