RgbToXyz


Converts color space from Red-Green-Blue to XYZ.

Applications:XYZ color space is designed for human perception - not recommended for machine vision.

Syntax

C++
C#
Python
 
def RgbToXyz(
	inRgbImage: Image,
	outXyzImage: Image,
	/
)
-> None

Parameters

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

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

This operation supports processing on OpenCL compatible device (when pixel type is uint8).