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

 ConstructorDescription
IntensityThresholdParams(Nullable<Single>, Nullable<Single>, Single)

Properties

 NameTypeDescription
HysteresisSystem.SingleDefines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels
MaxIntensitySystem.Nullable<System.Single>Maximal intensity of a pixel that is considered foreground
MinIntensitySystem.Nullable<System.Single>Minimal intensity of a pixel that is considered foreground

Methods

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

Remarks

See also