You are here: Start » AVL.NET » Function Reference » Region » Region Global Transforms » AVL.RemoveRegionBoundaryBlobs

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
inRegionAvlNet.RegionInput region.
inBorderRegionAvlNet.RegionRegion which boundary is used.
inConnectivityAvlNet.RegionConnectivityType of connectivity used for the region foreground.
outRegionAvlNet.RegionOutput region.

Errors

List of possible exceptions:

Error type Description
DomainError Not supported connectivity type in RemoveRegionBoundaryBlobs.

See also