PANDORE Version 6 GREYC-IMAGE

pcolorcube



Creates the RGB cube of image color repartition.



Synopsis

pcolorcube x y z [-m mask] [im_in|-] [im_out|-]

Description

pcolorcube builds a synthetic image that visualizes the RGB cube of the color repartition of the input image im_in.

The cube is viewed in 2D according to the position of the observer specified by the coordinates (x,y,z) from the origin of the cube.

The main axis appears in the image as a white line.

Parameters

Inputs

Outputs

Result

Returns SUCCESS or FAILURE.

Examples

Displays the color cube of the parrot.pan image:

   pcolorcube 0 0 0 parrot.pan a.pan

See also

Visualization

C++ prototype

Errc PColorCube( const Imc2duc &im_in, Imc2duc &im_out, int x, int y, int z );

Version française

Visualisation de la répartition des couleurs d'une image dans un cube (représentant l'espace couleur).


Author: Olivier Lezoray