You are here:
Start »
AVL.NET »
IntensityThresholdParams Structure
IntensityThresholdParams Structure
This structure contains parameters for thresholding an image.
Namespace: | AvlNet |
Assembly: | AVL.NET.TS.dll |
Constructors
Properties
| Name | Type | Description |
 | Hysteresis | System.Single | Defines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels |
 | MaxIntensity | System.Nullable<System.Single> | Maximal intensity of a pixel that is considered foreground |
 | MinIntensity | System.Nullable<System.Single> | Minimal intensity of a pixel that is considered foreground |
Methods
Remarks
See also