PANDORE Version 6 |
GREYC-IMAGE |
prgb2ych1ch2
Converts RGB color space to YCh1Ch2 color image.
Synopsis
prgb2ych1ch2 [-m mask] [im_in|-] [im_out|-]
Description
prgb2ych1ch2 converts color image from
the color space RGB (Red, Green, Blue)
the to color space YCh1Ch2 (System of Carron).
Inputs
- im_in: a RGB color image.
Outputs
- im_out: a YCh1Ch2 color image.
Result
Returns SUCCESS or FAILURE.
Examples
prgb2ych1ch2 parrot.pan a.pan
See also
Color
C++ prototype
Errc PRGB2YCH1CH2( const Imc2duc &im_in, Imc2dsf &im_out );
Version française
Changement d'espace couleur de RGB vers YCh1Ch2.
Author: Olivier Lezoray