You are here: Start » AVL.NET » Invoke.RemoveRegionBoundaryBlobs

Invoke.RemoveRegionBoundaryBlobs

Removes all blobs intersecting a boundary of a given region.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RemoveRegionBoundaryBlobs
(
	Avl.Region inRegion,
	Avl.Region inBorderRegion,
	Avl.RegionConnectivity inConnectivity,
	Avl.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
inBorderRegionAvl.RegionRegion which boundary is used.
inConnectivityAvl.RegionConnectivityType of connectivity used for the region foreground.
outRegionAvl.RegionOutput region.

See also