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

ColorThresholdParams Structure

Namespace:Avl
Assembly:AvlNet.Types.dll

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

Constructors

 ConstructorDescription
ColorThresholdParams(Pixel, Single, Single, Single)

Properties

 NameTypeDescription
ChromaAmountSystem.Single
DefaultAvl.ColorThresholdParams Gets a default instance of the ColorThresholdParams.
EmptyAvl.ColorThresholdParams Gets an empty instance of the ColorThresholdParams.
HysteresisSystem.Single
MaxDifferenceSystem.Single
RgbColorAvl.Pixel

Methods

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

Remarks

See also