You are here: Start » AVL.NET » AVL.FillRegionHoles(AvlNet.Region, AvlNet.RegionConnectivity, AvlNet.Region)

AVL.FillRegionHoles(AvlNet.Region, AvlNet.RegionConnectivity, AvlNet.Region)

Extends the input region so that it contains also all the pixels previously lying in its holes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void FillRegionHoles(
	AvlNet.Region inRegion,
	AvlNet.RegionConnectivity inConnectivity,
	out AvlNet.Region outRegion
)

Parameters

inRegion
Type: AvlNet.Region
Input region
inConnectivity
Type: AvlNet.RegionConnectivity
Type of connectivity used for the region foreground
outRegion
Type: AvlNet.Region
Output region

See also