Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image Color Spaces » XyzToRgb

XyzToRgb


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

Syntax

C++
C#
 
void avl::XyzToRgb
(
	const avl::Image& inXyzImage,
	avl::Image& outRgbImage
)

Parameters

Name Type Default Description
inXyzImage const Image&
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).

Errors

Error type Description
DomainError Not a 3-channel image in XyzToRgb.