You are here: Start » FIL.NET » Function Reference » Region » Region Morphology » FIL.ErodeRegion_Threshold
Erodes a region with inThresholdValue pixels of inKernel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ErodeRegion_Threshold ( FilNet.Region inRegion, FilNet.Region inKernel, FilNet.Location? inKernelAnchor, int inThresholdValue, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inKernel | FilNet.Region | |||
![]() | inKernelAnchor | FilNet.Location? | |||
![]() | inThresholdValue | int | <0, INF> | ||
![]() | outRegion | FilNet.Region | Output region. |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty kernel on input in ErodeRegion_Threshold. |