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(Int32, Nullable<Single>, Nullable<Single>, Single) | |
![]() | DynamicThresholdParams() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Hysteresis | System.Single | Defines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels |
![]() | MaxRelativeValue | System.Nullable<System.Single> | Maximal relative value of a pixel that is considered foreground |
![]() | MinRelativeValue | System.Nullable<System.Single> | Minimal relative value of a pixel that is considered foreground |
![]() | Radius | System.Int32 | Radius of dynamic threshold internal blur |
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 |