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

