You are here: Start » AVL.NET » SplittingParams Structure
SplittingParams Structure
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
This structure contains parameters for splitting region into blobs.
Constructors
| Constructor | Description | |
|---|---|---|
| SplittingParams(Int32, Int32, Nullable<Int32>) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | AvlNet.SplittingParams | ||
| IsDefault | System.Boolean | ||
| MaxArea | System.Nullable<System.Int32> | Maximal area of a resulting blob. | |
| MaxDistance | System.Int32 | Maximum distance between two blobs that will cause merging them into one. | |
| MinArea | System.Int32 | Minimal area of a resulting blob. |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.SplittingParams) | ||
| Equals(AvlNet.SplittingParams, AvlNet.SplittingParams) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
