You are here: Start » AVL.NET » RangeThresholdParams Structure
RangeThresholdParams Structure
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
This structure contains parameters for thresholding an image.
Constructors
| Constructor | Description | |
|---|---|---|
| RangeThresholdParams(Int32, Int32, Int32) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | AvlNet.RangeThresholdParams | ||
| Hysteresis | System.Int32 | Defines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels | |
| IsDefault | System.Boolean | ||
| MaxValue | System.Int32 | Maximum pixel value in foreground. | |
| MinValue | System.Int32 | Minimum pixel value in foreground. |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.RangeThresholdParams) | ||
| Equals(AvlNet.RangeThresholdParams, AvlNet.RangeThresholdParams) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
