Table of Contents
The Color library includes operators for color space transformations and color processing.
The following list summarizes all Operators of Library Color
Operator Name | Short Description | available since | |
---|---|---|---|
BAYER3x3Linear |
Reconstructs an RGB image. Input link is a 3x3 kernel of a Bayer image. |
Version 1.1 | |
BAYER5x5Linear |
Reconstructs an RGB image. Input link is a 5x5 kernel of a Bayer image. |
Version 1.1 | |
ColorTransform |
Implements a matrix multiplication of a 3 by 3 matrix with an RGB vector. |
Version 1.2 | |
HSI2RGB |
Converts the color space from HSL (Hue Saturation Lightness) to RGB. |
Version 1.1 | |
RGB2HSI |
Converts the color space from RGB to HSL (Hue Saturation Luminance). |
Version 1.1 | |
RGB2YUV |
Converts the color space from RGB to YCbCr. |
Version 1.1 | |
WhiteBalance |
Scales the three color components of an RGB input stream. |
Version 1.1 | |
WhiteBalanceBayer |
Scales the three color components of a Bayer input stream. |
Version 1.1 |
Table 37. Operators of Library Color