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


