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