You are here: Start » AVL.NET » Function Reference » Image » Image Color Spaces
Image Color Spaces
| Icon | Name | Description / Applications | Modules | |
|---|---|---|---|---|
| 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 | 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 | Converts color space from Hue-Saturation-Intensity into Red-Green-Blue. |
FoundationBasic | ||
| HslToRgb | Converts color space from Hue-Saturation-Luminance to Red-Green-Blue. |
FoundationBasic | ||
| HsvToRgb | Converts color space from Hue-Saturation-Value to Red-Green-Blue. |
FoundationLite | ||
| LabToRgb | Converts color space from L*a*b* to Red-Green-Blue. |
FoundationBasic | ||
| Rgb555ToRgb888 | Converts a RGB555 image into a RGB888 one. Decompression of pixel depth from 2 to 3 bytes. |
FoundationBasic | ||
| Rgb565ToRgb888 | Converts a RGB565 image into a RGB888 one. Decompression of pixel depth from 2 to 3 bytes. |
FoundationBasic | ||
| Rgb888ToRgb555 | Converts a RGB888 image into a RGB555 one. Compression of pixel depth from 3 to 2 bytes. |
FoundationBasic | ||
| Rgb888ToRgb565 | Converts a RGB888 image into a RGB565 one. Compression of pixel depth from 3 to 2 bytes. |
FoundationBasic | ||
| 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 | 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 | 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 | 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 | Converts color space from Red-Green-Blue to L*a*b*. |
FoundationBasic | ||
| 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 | Converts color space from Red-Green-Blue into pseudointensitY-Orange-Green. |
FoundationBasic | ||
| RgbToYCoCgR | Converts color space from Red-Green-Blue into pseudointensitY-Orange-Green-with-Reversibility. |
FoundationBasic | ||
| RgbToYuv | Converts color space from Red-Green-Blue into YUV. |
FoundationBasic | ||
| SplitBayerImage | Creates several monochromatic images from individual pixels of the input Bayer pattern image. |
FoundationBasic | ||
| 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 | Converts color space from pseudointensitY-Orange-Green-with-Reversibility into Red-Green-Blue. |
FoundationBasic | ||
| YCoCgToRgb | Converts color space from pseudointensitY-Orange-Green into Red-Green-Blue. |
FoundationBasic | ||
| Yuv442ToRgb | Converts a YUV-encoded image into RGB color space. |
FoundationBasic | ||
| YuvToRgb | Converts color space from YUV into Red-Green-Blue. |
FoundationBasic |
