You are here: Start » FIL.NET » RangeThresholdParams Structure

RangeThresholdParams Structure

Namespace:FilNet
Assembly:FIL.NET.TS.dll

This structure contains parameters for thresholding an image.

Constructors

 ConstructorDescription
RangeThresholdParams(Int32, Int32, Int32)

Properties

 NameTypeDescription
DefaultFilNet.RangeThresholdParams
HysteresisSystem.Int32Defines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels
IsDefaultSystem.Boolean
MaxValueSystem.Int32Maximum pixel value in foreground.
MinValueSystem.Int32Minimum pixel value in foreground.

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(FilNet.RangeThresholdParams)
Equals(FilNet.RangeThresholdParams, FilNet.RangeThresholdParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also