You are here: Start » AVL.NET » IntensityThresholdParams Structure
IntensityThresholdParams Structure
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
This structure contains parameters for thresholding an image.
Constructors
| Constructor | Description | |
|---|---|---|
| IntensityThresholdParams(Polarity, Int32, Int32) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | AvlNet.IntensityThresholdParams | ||
| Hysteresis | System.Int32 | Defines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels | |
| IsDefault | System.Boolean | ||
| Polarity | AvlNet.Polarity | Specifies whether blobs are darker than the background, or brighter. | |
| Threshold | System.Int32 | Pixel value above which (for Bright) or below which (for Dark) the pixel is considered foreground. |
Methods
| Name | Description | |
|---|---|---|
| Equals(AvlNet.IntensityThresholdParams) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.IntensityThresholdParams, AvlNet.IntensityThresholdParams) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
