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(Polarity, Int32, Int32)

Properties

 NameTypeDescription
DefaultAvlNet.IntensityThresholdParams
HysteresisSystem.Int32Defines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels
IsDefaultSystem.Boolean
PolarityAvlNet.PolaritySpecifies whether blobs are darker than the background, or brighter.
ThresholdSystem.Int32Pixel value above which (for Bright) or below which (for Dark) the pixel 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