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