Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image Color Spaces

Image Color Spaces

Select a function from the list below.

Icon Name Description Library
BayerToRgb Use this filter only if the conversion functionality is not provided by the camera (check appropriate pixel types). Professional
CmykToRgb CMYK color space is designed for printing - not recommended for machine vision. Professional
HsiToRgb Converts color space from Hue-Saturation-Intensity into Red-Green-Blue. Professional
HslToRgb Converts color space from Hue-Saturation-Luminance to Red-Green-Blue. Professional
HsvToRgb Converts color space from Hue-Saturation-Value to Red-Green-Blue. Lite
LabToRgb Converts color space from L*a*b* to Red-Green-Blue. Professional
Rgb555ToRgb888 Decompression of pixel depth from 2 to 3 bytes. Professional
Rgb565ToRgb888 Decompression of pixel depth from 2 to 3 bytes. Professional
Rgb888ToRgb555 Compression of pixel depth from 3 to 2 bytes. Professional
Rgb888ToRgb565 Compression of pixel depth from 3 to 2 bytes. Professional
RgbToCmyk CMYK color space is designed for printing - not recommended for machine vision. Professional
RgbToHsi Color analysis is easier in the HSI color space than in RGB. Professional
RgbToHsl Color analysis is easier in the HSL color space than in RGB. Professional
RgbToHsv Color analysis is easier in the HSV color space than in RGB. Lite
RgbToLab Converts color space from Red-Green-Blue to L*a*b*. Professional
RgbToXyz XYZ color space is designed for human perception - not recommended for machine vision. Professional
RgbToYCoCg Converts color space from Red-Green-Blue into pseudointensitY-Orange-Green. Professional
RgbToYuv Converts color space from Red-Green-Blue into YUV. Professional
XyzToRgb XYZ color space is designed for human perception - not recommended for machine vision. Professional
YCoCgToRgb Converts color space from pseudointensitY-Orange-Green into Red-Green-Blue. Professional
Yuv442ToRgb Converts a YUV-encoded image into RGB color space. Professional
YuvToRgb Converts color space from YUV into Red-Green-Blue. Professional