You are here: Start » FIL.NET » IntensityThresholdParams Structure
IntensityThresholdParams Structure
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| IntensityThresholdParams(Nullable<Single>, Nullable<Single>, Single) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | FilNet.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(FilNet.IntensityThresholdParams) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(FilNet.IntensityThresholdParams, FilNet.IntensityThresholdParams) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
