You are here: Start » AVL.NET » AVL.RemoveRegionBlobs Method
AVL.RemoveRegionBlobs Method
Removes regions not fulfilling specific conditions
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RemoveRegionBlobs( AvlNet.Region inRegion, AvlNet.RegionConnectivity inConnectivity, AvlNet.RegionFeature inFeature, bool inRemoveBoundaryBlobs, out AvlNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | inConnectivity | AvlNet.RegionConnectivity | Type of connectivity used for the region foreground. | ||
![]() | inFeature | AvlNet.RegionFeature | Region feature value to be computed. | ||
![]() | inRemoveBoundaryBlobs | bool | False | Flag indicating whether the blobs on border of the input region should be removed or not. Default value: False. | |
![]() | outRegion | AvlNet.Region | Output region. |


