PANDORE Version 6 GREYC-IMAGE

pedgevisu



Visualization of graph edge weights.



Synopsis

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

Description

pedgevisu allows the visualization of the edges between nodes. Each boundary of the region map rg_in is drawn by using the value of the related edge value in the input graph gr_in.

Inputs

Outputs

Result

Returns SUCCESS or FAILURE.

Examples

   pbinarization 90 1e30 tangram.pan a.pan
   plabeling 8 a.pan r1.pan
   pcenterofmass r1.pan r2.pan
   pdelaunay r2.pan g2.pan
   pedgevisu r2.pan g2.pan out.pan

See also

Graph

C++ prototype

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

Version française

Visualisation des poids des arêtes d'un graphe dans une image.


Author: François Angot