You are here: Start » AVL.NET » Function Reference » Region » Region Global Transforms » AVL.RemoveRegionBoundaryBlobs
Removes all blobs intersecting a boundary of a given region.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void RemoveRegionBoundaryBlobs ( AvlNet.Region inRegion, AvlNet.Region inBorderRegion, AvlNet.RegionConnectivity inConnectivity, AvlNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | inBorderRegion | AvlNet.Region | Region which boundary is used. | ||
![]() | inConnectivity | AvlNet.RegionConnectivity | Type of connectivity used for the region foreground. | ||
![]() | outRegion | AvlNet.Region | Output region. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Not supported connectivity type in RemoveRegionBoundaryBlobs. |


