RgbToHsi


Converts color space from Red-Green-Blue into Hue-Saturation-Intensity.

Applications:Color analysis is easier in the HSI color space than in RGB.

Syntax

C++
C#
Python
 
def RgbToHsi(
	inRgbImage: Image,
	outHsiImage: Image,
	/
)
-> None

Parameters

Name Type Default Description
Input value inRgbImage Image
Output value outHsiImage Image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

This operation supports processing on OpenCL compatible device.