Visual Basic (Declaration) | |
---|---|
Public Enum HistogramEqualizeType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum HistogramEqualizeType : Enum |
C++/CLI | |
---|---|
public enum class HistogramEqualizeType : public Enum |
Member | Description |
---|---|
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). |
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
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family