LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

HistogramEqualizeType Enumeration

Show in webframe







This enumeration will contain all types needed to indicate which color space is selected.
Syntax
public enum HistogramEqualizeType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum HistogramEqualizeType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As HistogramEqualizeType
public enum HistogramEqualizeType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTHistogramEqualizeType
public enum HistogramEqualizeType
Leadtools.ImageProcessing.Color.HistogramEqualizeType = function() { };
Leadtools.ImageProcessing.Color.HistogramEqualizeType.prototype = {
None = 0x00000000, Rgb = 0x00000001, Yuv = 0x00000002, Gray = 0x00000004, };
public enum class HistogramEqualizeType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo Flags.
0x00000001RgbLinearizes the number of pixels across the RGB color space.(separated channels).
0x00000002YuvLinearizes the number of pixels across the YUV color space.(Best results).
0x00000004GrayLinearizes the number of pixels per gray level in a gray level representation of the image.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Color.HistogramEqualizeType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.