You are here: Start » FIL.NET » Invoke.FillRegionHoles
Adds pixels to the input region so that it contains no holes.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void FillRegionHoles ( Fil.Region inRegion, Fil.RegionConnectivity inConnectivity, int inMinHoleArea, Optional<int> inMaxHoleArea, Fil.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | Fil.Region | Input region. | ||
![]() | inConnectivity | Fil.RegionConnectivity | Type of connectivity used for the region foreground. | ||
![]() | inMinHoleArea | int | <0, INF> | Minimal area of a hole to be filled. | |
![]() | inMaxHoleArea | Ftl.Optional<int> | <0, INF> | Maximal area of a hole to be filled. Default value: ftl::NIL. | |
![]() | outRegion | Fil.Region | Output region. |