Yuv442ToRgb


Converts a YUV-encoded image into RGB color space.

Syntax

C++
C#
Python
 
def Yuv442ToRgb(
	inYuvImage: Image,
	outRgbImage: Image,
	/
)
-> None

Parameters

Name Type Default Description
Input value inYuvImage Image
Output value outRgbImage Image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.