You are here: Start » FIL.NET » FIS.SplitRegionIntoBlobs Method
FIS.SplitRegionIntoBlobs Method
Splits a region into an array of regions corresponding to its connected components.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SplitRegionIntoBlobs ( FilNet.Region inRegion, FilNet.RegionConnectivity inConnectivity, int inMinBlobArea, bool inRemoveBoundaryBlobs, IList<FilNet.Region> outBlobs )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inConnectivity | FilNet.RegionConnectivity | Type of connectivity used for the region foreground. | ||
![]() | inMinBlobArea | int | <0, INF> | 1 | Minimal area of a resulting blob. Default value: 1. |
![]() | 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.IList<FilNet.Region> |