Operator Library: Color
The operator HSI2RGB converts the color space from HSI (Hue Saturation Lightness) to RGB (Red, Green, Blue).
Warning | |
---|---|
The operator implements the HSL (Hue Saturation Lightness) to RGB color space conversion and not HSI to RGB. |
Operator Features and Restrictions
-
Empty Images (i.e., images with no pixels) are fully supported.
-
Not empty Images with empty lines are fully supported.
-
Images with varying line lengths are fully supported.
Property | Value |
---|---|
Operator Type | O |
Input Link | I, image data input |
Output Link | O, image data input |
HueAmplitude | ||||
---|---|---|---|---|
Type | static parameter | |||
Default | 255 | |||
Range | [1; (1 << (BitWidth(I) / 3)) - 1] | |||
This parameter defines the maximum value for the hue. 9bit at 360 degrees corresponds to a result in degrees.
|
The use of operator HSI2RGB is shown in the following examples:
-
'A rolling average is applied on a dynamic number of images'
Examples - Rolling Average - Loop