jit.ayuv2luma Converts AYUV to monochrome (luminance)

The jit.ayuv2luma object converts 4-plane char AYUV (alpha, luminance, signed chroma blue, signed chroma red) matrix into into a 1-plane char monochrome matrix containing the luminosity of the original matrix.

Matrix Operator: in[1] out[1]
Name IOProc Planelink Typelink Dimlink Plane Dim Type
in n/a n/a n/a n/a n/a n/a n/a
out n/a no yes yes 1 all char

Example:

See Also:
jit.luma2rgb, jit.ayuv2uyvy, jit.luma2ayuv, jit.colorspace, jit.traffic