You are here: Start » AVL.NET » PreSplitProcessingParams Class
PreSplitProcessingParams Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
This structure contains parameters for preprocessing the region.
Constructors
| Constructor | Description | |
|---|---|---|
| PreSplitProcessingParams(Boolean, KernelShape, Int32, Int32, Nullable<Int32>) | ||
| PreSplitProcessingParams() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| ClosingRadius | System.Int32 | Radius of morphological closing of the region. | |
| HoleThreshold | System.Nullable<System.Int32> | Maximum area of a hole that will be filled. | |
| Kernel | AvlNet.KernelShape | Kernel shape used in the postprocessing operations. | |
| OpeningRadius | System.Int32 | Radius of morphological opening of the region. | |
| RemoveBoundaryBlobs | System.Boolean | Indicates whether blobs touching the image border should be removed. |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.PreSplitProcessingParams) | ||
| Equals(AvlNet.PreSplitProcessingParams, AvlNet.PreSplitProcessingParams) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
