PANDORE Version 6 | GREYC-IMAGE |
prgbrngnbn converts color image from the color space RGB to the normalized version of RGB.
Each color component is divided by the sum of the three components:
red(im_out)=red(im_in)/(red(im_in)+green(im_in)+blue(im_in)) green(im_out)=green(im_in)/(red(im_in)+green(im_in)+blue(im_in)) blue(im_out)=blue(im_in)/(red(im_in)+green(im_in)+blue(im_in))
Returns SUCCESS or FAILURE.
prgb2rngnbn parrot.pan a.pan
Changement d'espace couleur de RGB vers RGB normalisé.
Author: Olivier Lezoray