You are here: Start » FIL.NET » IntensityThresholdParams Structure
IntensityThresholdParams Structure
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
This structure contains parameters for thresholding an image.
Constructors
Constructor | Description | |
---|---|---|
![]() | IntensityThresholdParams(Polarity, Int32, Int32) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() ![]() | Default | FilNet.IntensityThresholdParams | |
![]() | Hysteresis | System.Int32 | Defines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels |
![]() | IsDefault | System.Boolean | |
![]() | Polarity | FilNet.Polarity | Specifies whether blobs are darker than the background, brighter. |
![]() | Threshold | System.Int32 | Minimum pixel value difference between a blob and the estimated background. |
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 |