You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]() | inRegion | Avl.Region | Input region. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]() | inDistanceThreshold | int | 5 | Default value: 5. | |
![]() | outBasins | System.Collections.Generic.List<Avl.Region> |


