You are here: Start » AVL.NET » DynamicThresholdParams Class
DynamicThresholdParams Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
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(AvlNet.DynamicThresholdParams) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.DynamicThresholdParams, AvlNet.DynamicThresholdParams) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
