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