Contents

vImage_YpCbCrToARGBMatrix

The 3 x 3 matrix that the vImage library uses to convert from YpCbCr to RGB.

Declaration

struct vImage_YpCbCrToARGBMatrix

Overview

The vImage library uses this matrix to convert from YpCbCr to RGB using the following multiplication:

                    | R |   | Yp    0     Cr_R |   | Y' |
                    | G | = | Yp   Cb_G   Cr_G | * | Cb |
                    | B |   | Yp   Cb_B     0  |   | Cr |

Topics

Creating a conversion matrix

Conversion matrix elements

Conversion matrices

See Also

Generating conversion information