Leadtools.Workflow.ImageProcessing Namespace : HistogramEqualizeType Enumeration |
public enum HistogramEqualizeType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum HistogramEqualizeType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As HistogramEqualizeType
public enum class HistogramEqualizeType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | No Flags. |
0x00000001 | Rgb | Linearizes the number of pixels across the RGB color space.(separated channels). |
0x00000002 | Yuv | Linearizes the number of pixels across the YUV color space.(Best results). |
0x00000004 | Gray | Linearizes the number of pixels per gray level in a gray level representation of the image. |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.ImageProcessing.HistogramEqualizeType