public enum HistogramEqualizeType
typedef NS_ENUM(NSInteger, LTHistogramEqualizeType) {
LTHistogramEqualizeTypeNone = 0x0000,
LTHistogramEqualizeTypeRgb = 0x0001,
LTHistogramEqualizeTypeYuv = 0x0002,
LTHistogramEqualizeTypeGray = 0x0004
};
public final class HistogramEqualizeType
extends java.lang.Enum<HistogramEqualizeType>
public enum class HistogramEqualizeType
class HistogramEqualizeType(Enum):
None = 0
Rgb = 1
Yuv = 2
Gray = 4
Value | Member | Description |
---|---|---|
0 | None | No Flags. |
1 | Rgb | Linearizes the number of pixels across the RGB color space.(separated channels). |
2 | Yuv | Linearizes the number of pixels across the YUV color space.(Best results). |
4 | Gray | Linearizes the number of pixels per gray level in a gray level representation of the image. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document