You are here: Start » FIL.NET » Invoke.SplitRegionIntoBlobs
Splits a region into an array of regions corresponding to its connected components.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SplitRegionIntoBlobs ( Fil.Region inRegion, Fil.RegionConnectivity inConnectivity, int inMinBlobArea, Optional<int> inMaxBlobArea, bool inRemoveBoundaryBlobs, List<Fil.Region> outBlobs )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | Fil.Region | Input region. | ||
![]() | inConnectivity | Fil.RegionConnectivity | Type of connectivity used for the region foreground. | ||
![]() | inMinBlobArea | int | <0, INF> | 1 | Minimal area of a resulting blob. Default value: 1. |
![]() | inMaxBlobArea | Ftl.Optional<int> | <0, INF> | Maximal area of a resulting blob. Default value: ftl::NIL. | |
![]() | inRemoveBoundaryBlobs | bool | False | Flag indicating whether the blobs on border of the input region should be removed or not. Default value: False. | |
![]() | outBlobs | System.Collections.Generic.List<Fil.Region> |