You are here: Start » FIL.NET » PreSplitProcessingParams Class
PreSplitProcessingParams Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.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 | FilNet.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 border of ROI frame should be removed. |
Methods
Name | Description | |
---|---|---|
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(FilNet.PreSplitProcessingParams) | |
![]() ![]() | Equals(FilNet.PreSplitProcessingParams, FilNet.PreSplitProcessingParams) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |