You are here: Start » FIL.NET » DynamicThresholdParams Class
DynamicThresholdParams Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
This structure contains parameters for dynamic thresholding of an image.
Constructors
Constructor | Description | |
---|---|---|
![]() | DynamicThresholdParams(Polarity, BlobThresholdReferenceMethod, Nullable<Int32>, Int32, Int32) | |
![]() | DynamicThresholdParams() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Hysteresis | System.Int32 | A change to the Threshold value for pixels neighboring with ones that were already classified as a blob. |
![]() | Method | FilNet.BlobThresholdReferenceMethod | Method of estimating background pixel values. |
![]() | Polarity | FilNet.Polarity | Specifies whether blobs are darker than the background, brighter, or both. |
![]() | Radius | System.Nullable<System.Int32> | Radius of dynamic threshold internal blur |
![]() | Threshold | System.Int32 | Minimum pixel value difference between a blob and the estimated background. |
Methods
Name | Description | |
---|---|---|
![]() | Equals(FilNet.DynamicThresholdParams) | |
![]() | Equals(object) | Inherited from System.Object |
![]() ![]() | Equals(FilNet.DynamicThresholdParams, FilNet.DynamicThresholdParams) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |