You are here: Start » AVL.NET » RangeThresholdParams Structure
RangeThresholdParams Structure
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Types.dll | 
This structure contains parameters for thresholding an image.
Constructors
| Constructor | Description | |
|---|---|---|
| RangeThresholdParams(Int32, Int32, Int32) | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | Avl.RangeThresholdParams | Gets a default instance of the RangeThresholdParams. | |
| Empty | Avl.RangeThresholdParams | Gets an empty instance of the RangeThresholdParams. | |
| Hysteresis | System.Int32 | ||
| MaxValue | System.Int32 | ||
| MinValue | System.Int32 | 
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| Equals(Avl.RangeThresholdParams) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object | 
