Back to Aurora Vision Library website
You are here: Start » Function Reference » Region » Region Global Transforms » RemoveRegionBoundaryBlobs
RemoveRegionBoundaryBlobs
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationBasic |
Removes all blobs intersecting a boundary of a given region.
Syntax
C++
C#
void avl::RemoveRegionBoundaryBlobs ( const avl::Region& inRegion, const avl::Region& inBorderRegion, avl::RegionConnectivity::Type inConnectivity, avl::Region& outRegion )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | const Region& | Input region | |
![]() |
inBorderRegion | const Region& | Region which boundary is used. | |
![]() |
inConnectivity | RegionConnectivity::Type | Type of connectivity used for the region foreground | |
![]() |
outRegion | Region& | Output region |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Not supported connectivity type in RemoveRegionBoundaryBlobs. |


