XyzToRgb


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

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

Syntax

C++
C#
Python
 
def XyzToRgb(
	inXyzImage: Image,
	outRgbImage: Image,
	/
)
-> None

Parameters

Name Type Default Description
Input value inXyzImage Image
Output value outRgbImage 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).