SplittingParams
Description
This structure contains parameters for splitting region into blobs.Structure fields and default values (if defined) are described below:
| Name | Type | Description |
|---|---|---|
| MaxDistance | IntType | Maximum distance between two blobs that will cause merging them into one. |
| MinArea | IntType | Minimal area of a resulting blob. |
| MaxArea | IntType | Maximal area of a resulting blob. |
