←Select platform

HistogramEqualizeType Enumeration

Summary
This enumeration will contain all types needed to indicate which color space is selected.
Syntax
C#
VB
Objective-C
C++
Java
public enum HistogramEqualizeType   
Public Enum HistogramEqualizeType  
typedef NS_ENUM(NSInteger, LTHistogramEqualizeType) 
public enum HistogramEqualizeType 
public enum class HistogramEqualizeType   
Members
ValueMemberDescription
0None No Flags.
1Rgb Linearizes the number of pixels across the RGB color space.(separated channels).
2Yuv Linearizes the number of pixels across the YUV color space.(Best results).
4Gray Linearizes the number of pixels per gray level in a gray level representation of the image.
Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.