You are here: Start » FIL.NET » RangeThresholdParams Structure
RangeThresholdParams Structure
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.TS.dll |
This structure contains parameters for thresholding an image.
Constructors
| Constructor | Description | |
|---|---|---|
| RangeThresholdParams(Int32, Int32, Int32) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | FilNet.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(FilNet.RangeThresholdParams) | ||
| Equals(FilNet.RangeThresholdParams, FilNet.RangeThresholdParams) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
