PANDORE Version 6 GREYC-IMAGE

pedgecutting



Perform edge cutting.



Synopsis

pedgecutting low high [-m mask] [gr_in|-] [gr_out|-]

Description

pedgecutting cuts edge with a value greater or equal to low and lower or equal to high.

If high is lower to low then edge is cut if its value is lower to high or greater to low.

Paramètres

low and high specify the bounds of the cutting.

If high is lower to low then edge is cut if its value is lower to high or greater to low.

Input

Output

Result

Returns SUCCESS or FAILURE.

Examples

Keeps the edge with values between 1 and 2:

   pedgecutting 2 1 g1.pan g2.pan

See Also

Graph

C++ Prototype

Errc PEdgeCutting( const Graph &gr_in, Graph &gr_out, float low, float high );

Author: François Angot