You are here: Start » AVL.NET » AVS.RemoveRegionBoundaryBlobs Method

AVS.RemoveRegionBoundaryBlobs Method

Removes all blobs intersecting a boundary of a given region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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.

See also