The HistogramEqualizeType Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
This enumeration will contain all of the types needed to indicate which color space is selected.Visual Basic (Declaration) | |
---|---|
Public Enum HistogramEqualizeType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As HistogramEqualizeType |
C# | |
---|---|
public enum HistogramEqualizeType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class HistogramEqualizeType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Gray | Linearizes the number of pixels per gray level in a gray level representation of the image. |
None | No Flags. |
Rgb | Linearizes the number of pixels across the RGB color space.(separated channels). |
Yuv | Linearizes the number of pixels across the YUV color space.(Best results). |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.ImageProcessing.HistogramEqualizeType
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7