You are here: Start » AVL.NET » AVL.SplitRegionIntoBlobs(AvlNet.Region, AvlNet.RegionConnectivity, int, bool, AvlNet.Region[])

AVL.SplitRegionIntoBlobs(AvlNet.Region, AvlNet.RegionConnectivity, int, bool, AvlNet.Region[])

Splits a region into an array of regions corresponding to its connected components.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SplitRegionIntoBlobs(
	AvlNet.Region inRegion,
	AvlNet.RegionConnectivity inConnectivity,
	int inMinBlobArea,
	bool inRemoveBoundaryBlobs,
	out AvlNet.Region[] outBlobs
)

Parameters

inRegion
Type: AvlNet.Region
Input region
inConnectivity
Type: AvlNet.RegionConnectivity
Type of connectivity used for the region foreground
inMinBlobArea
Type: System.Int32
Minimal area of a resulting blob
inRemoveBoundaryBlobs
Type: System.Boolean
Flag indicating whether the blobs on border of the input region should be removed or not
outBlobs
Type: AvlNet.Region

Remarks

See full override for more details.

See also