BlobSplittingParams
Description
This structure contains parameters for splitting region into blobs.Structure Fields
Type fields and default values (if defined) are described below:
| Name | Type | Description |
|---|---|---|
| Connectivity | RegionConnectivity | Type of connectivity used for splitting region into blobs |
| MinArea | Integer | Minimal area of a resulting blob |
| MaxArea | Integer | Maximal area of a resulting blob |
| RemoveBoundaryBlobs | Bool | Flag indicating whether blobs on border of region should be removed |
