PANDORE Version 6 GREYC-IMAGE

pyuv2rgb



Converts YUV color image to RGB color image.



Synopsis

pyuv2rgb [-m mask] [im_in|-] [im_out|-]

Description

pyuv2rgb converts color image from the color space YUV (television standard) to the color space RGB (Red, Gren, Blue).

YUV is adopted by the PAL television standard.

The color conversion is a linear transformation:

    |  1   0          0.402    |
    |  1  -0.344136  -0.714136 |
    |  1   0          1.772    |

Inputs

Outputs

Result

Returns SUCCESS or FAILURE.

Examples

   prgb2yuv parrot.pan a.pan
   pyuv2rgb a.pan b.pan

See also

prgb2yuv, Color

C++ prototype

Errc PYUV2RGB( const Imc2duc &im_in, Imc2dsf &im_out );

Version française

Changement d'espace couleur de RVB vers YUV.


Author: Meftah Boudjelal