You are here: Start » AVL.NET » ColorThresholdParams Class

ColorThresholdParams Class

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

This structure contains parameters for color-based thresholding of an image.

Constructors

 ConstructorDescription
ColorThresholdParams(Pixel)
ColorThresholdParams(Pixel, Single, Single, Single)
ColorThresholdParams()

Properties

 NameTypeDescription
ChromaAmountSystem.SingleProportion of chromatic information in distance computation
HysteresisSystem.SingleDefines how much the threshold criterion is lowered for pixels neighboring with other foreground pixels
MaxDifferenceSystem.SingleMaximum difference between image pixel and model color
RgbColorAvlNet.PixelColor to compare the image to

Methods

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

Remarks

See also