PANDORE Version 6 GREYC-IMAGE

pnodevisu



Visualizes graph node values.



Synopsis

pnodevisu [-m mask] [rg_in|-] [gr_in|-] [im_out|-]

Description

pnodevisu allows the visualization of the value associated to each node of the input graph gr_in. The output image is built from the region of the input region map rg_in where each region is colored with the value of the related node in the input graph gr_in.

Inputs

Outputs

Result

Returns SUCCESS or FAILURE.

Examples

   pnodevisu r.pan g.pan i.pan

See also

Graph

C++ prototype

Errc PNodeVisu( const Reg2d &rg_in, const Graph2d &gr_in, Img2dsl &im_out );

Version française

Visualisation des valeurs des sommets d'un graphe dans une image.


Author: François Angot