Class | Description |
---|---|
ColorHistogram | |
ColorProcessorUtils |
Helper methods for working with ColorProcessor.
|
ColorSpaceConversion |
Basic color space conversion utilities, assuming two degree observer and illuminant D65.
|
ConvertLabStackToRGBPlugin |
Converts image pixels from CIE L*a*b* color space to RGB color space.
|
ConvertLabStackToXYZPlugin |
Converts image pixels from CIE L*a*b* color space to XYZ color space.
|
ConvertRGBToLabStackPlugin |
Converts image pixels from RGB color space to CIE L*a*b* color space.
|
ConvertRGBToXYZStackPlugin |
Converts image pixels from RGB color space to XYZ color space.
|
ConvertRGBToYCbCrPlugin |
Converts image pixels from RGB color space to YCbCr color space.
|
ConvertXYZStackToLabPlugin |
Converts image pixels from XYZ color space to CIE L*a*b* color space.
|
ConvertXYZStackToRGBPlugin |
Converts image pixels from XYZ color space to RGB color space.
|
ConvertYCbCrToRGBPlugin |
Converts image pixels from CIE L*a*b* color space to RGB color space.
|
IntensityShiftPlugin | |
MeasureBandsPlugin |
Measure bands of color (RGB) image or slices in a stack recording results in a single row.
|
Enum | Description |
---|---|
WhiteReference |
Reference white point for 2 degree observer.
|