You are here: Start » FIL.NET » Invoke.RegionHoles_Elastic
Fills a ridges region with convex basins.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RegionHoles_Elastic ( Fil.Region inRegion, Optional<Fil.Region> inRoi, int inDistanceThreshold, List<Fil.Region> outBasins )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | Fil.Region | Input region. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inDistanceThreshold | int | 5 | Default value: 5. | |
![]() | outBasins | System.Collections.Generic.List<Fil.Region> |


