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

AVS.RegionHoles_Elastic Method

Fills a ridges region with convex basins.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionHoles_Elastic
(
	AvlNet.Region inRegion,
	NullableRef<AvlNet.Region> inRoi,
	int inDistanceThreshold,
	IList<AvlNet.Region> outBasins
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inDistanceThresholdint5Default value: 5.
outBasinsSystem.Collections.Generic.IList<AvlNet.Region>

Function Overrides

See also