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