You are here: Start » FIL.NET » Invoke.ErodeRegion_Threshold
Erodes a region with inThresholdValue pixels of inKernel.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ErodeRegion_Threshold ( Fil.Region inRegion, Fil.Region inKernel, Optional<Fil.Location> inKernelAnchor, int inThresholdValue, Fil.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | Fil.Region | Input region. | ||
![]() | inKernel | Fil.Region | |||
![]() | inKernelAnchor | Ftl.Optional<Fil.Location> | |||
![]() | inThresholdValue | int | <0, INF> | ||
![]() | outRegion | Fil.Region | Output region. |