You are here: Start » AVL.NET » IntensityThresholdParams Structure

IntensityThresholdParams Structure

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

This structure contains parameters for thresholding an image.

Constructors

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

Properties

 NameTypeDescription
DefaultAvlNet.IntensityThresholdParams
HysteresisSystem.SingleDefines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels
IsDefaultSystem.Boolean
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(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

Remarks

See also