You are here: Start » Function Reference » Image » Image Color Spaces
Image Color Spaces
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
BayerToRgb | BayerToRgb | Converts a Bayer-encoded color image into RGB color space. Use this filter only if the conversion functionality is not provided by the camera (check appropriate pixel types). |
FoundationBasic | |
CmykToRgb | CmykToRgb | Converts color space from Cyan-Magenta-Yellow-Key into Red-Green-Blue. CMYK color space is designed for printing - not recommended for machine vision. |
FoundationBasic | |
HsiToRgb | HsiToRgb | Converts color space from Hue-Saturation-Intensity into Red-Green-Blue. |
FoundationBasic | |
HslToRgb | HslToRgb | Converts color space from Hue-Saturation-Luminance to Red-Green-Blue. |
FoundationBasic | |
HsvToRgb | HsvToRgb | Converts color space from Hue-Saturation-Value to Red-Green-Blue. |
FoundationLite | |
LabToRgb | LabToRgb | Converts color space from L*a*b* to Red-Green-Blue. |
FoundationBasic | |
Rgb555ToRgb888 | Rgb555ToRgb888 | Converts a RGB555 image into a RGB888 one. Decompression of pixel depth from 2 to 3 bytes. |
FoundationBasic | |
Rgb565ToRgb888 | Rgb565ToRgb888 | Converts a RGB565 image into a RGB888 one. Decompression of pixel depth from 2 to 3 bytes. |
FoundationBasic | |
Rgb888ToRgb555 | Rgb888ToRgb555 | Converts a RGB888 image into a RGB555 one. Compression of pixel depth from 3 to 2 bytes. |
FoundationBasic | |
Rgb888ToRgb565 | Rgb888ToRgb565 | Converts a RGB888 image into a RGB565 one. Compression of pixel depth from 3 to 2 bytes. |
FoundationBasic | |
RgbToCmyk | RgbToCmyk | Converts color space from Red-Green-Blue into Cyan-Magenta-Yellow-Key. CMYK color space is designed for printing - not recommended for machine vision. |
FoundationBasic | |
RgbToHsi | RgbToHsi | Converts color space from Red-Green-Blue into Hue-Saturation-Intensity. Color analysis is easier in the HSI color space than in RGB. |
FoundationBasic | |
RgbToHsl | RgbToHsl | Converts color space from Red-Green-Blue to Hue-Saturation-Luminance. Color analysis is easier in the HSL color space than in RGB. |
FoundationBasic | |
RgbToHsv | RgbToHsv | Converts color space from Red-Green-Blue to Hue-Saturation-Value. Color analysis is easier in the HSV color space than in RGB. |
FoundationLite | |
RgbToLab | RgbToLab | Converts color space from Red-Green-Blue to L*a*b*. |
FoundationBasic | |
RgbToXyz | RgbToXyz | Converts color space from Red-Green-Blue to XYZ. XYZ color space is designed for human perception - not recommended for machine vision. |
FoundationBasic | |
RgbToYCoCg | RgbToYCoCg | Converts color space from Red-Green-Blue into pseudointensitY-Orange-Green. |
FoundationBasic | |
RgbToYCoCgR | RgbToYCoCgR | Converts color space from Red-Green-Blue into pseudointensitY-Orange-Green-with-Reversibility. |
FoundationBasic | |
RgbToYuv | RgbToYuv | Converts color space from Red-Green-Blue into YUV. |
FoundationBasic | |
SplitBayerImage | SplitBayerImage | Creates several monochromatic images from individual pixels of the input Bayer pattern image. |
FoundationBasic | |
XyzToRgb | XyzToRgb | Converts color space from XYZ to Red-Green-Blue. XYZ color space is designed for human perception - not recommended for machine vision. |
FoundationBasic | |
YCoCgRToRgb | YCoCgRToRgb | Converts color space from pseudointensitY-Orange-Green-with-Reversibility into Red-Green-Blue. |
FoundationBasic | |
YCoCgToRgb | YCoCgToRgb | Converts color space from pseudointensitY-Orange-Green into Red-Green-Blue. |
FoundationBasic | |
Yuv442ToRgb | Yuv442ToRgb | Converts a YUV-encoded image into RGB color space. |
FoundationBasic | |
YuvToRgb | YuvToRgb | Converts color space from YUV into Red-Green-Blue. |
FoundationBasic |