SplittingParams
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 |
|---|---|---|
| MaxDistance | Integer | Maximum distance between two blobs that will cause merging them into one. |
| MinArea | Integer | Minimal area of a resulting blob. |
| MaxArea | Integer* | Maximal area of a resulting blob. |
