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

Invoke.RegionHoles_Elastic

Fills a ridges region with convex basins.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionHoles_Elastic
(
	Avl.Region inRegion,
	Optional<Avl.Region> inRoi,
	int inDistanceThreshold,
	List<Avl.Region> outBasins
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
inDistanceThresholdint5Default value: 5.
outBasinsSystem.Collections.Generic.List<Avl.Region>

See also