You are here: Start » AVL.NET » IntensityThresholdParams Structure
IntensityThresholdParams Structure
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| IntensityThresholdParams(Nullable<Single>, Nullable<Single>, Single) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | AvlNet.IntensityThresholdParams | ||
| Hysteresis | System.Single | Defines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels | |
| IsDefault | System.Boolean | ||
| 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
| 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 |
