SourceForge.net Logo

Web interface for contour

This is an experimental web interface for the appcontour that allows to experiment with some of the features of the code. Since it creates a heavy load on the server there is an authorization mechanism that should keep spiders and crawlers out of it. Just enter guest as user and password to gain access.

Click here to enter

A few notes

  1. examples,
  2. orientation of arcs,
  3. huffman labelling,
  4. visualization problems.

Examples

Examples are divided in two categories:

Orientation of arcs

For terseness of the figures not all arcs are represented with their orientation. In most cases however the actual orientation can be inferred just recalling that:

Huffman labelling

A Huffman labelling is an integer function d defined on the arcs. Such function must satisfy a number of requirements in order to be a valid Huffman labelling [BeBePa07], in particular it must be nonnegative and locally constant far from crossings and cusps. In all embedded examples, the labelling can be inferred by the line style of arcs: For arcs with labelling larger than 2, the value of d is displayed.

Visualization problems

The showcontour code, responsible for the graphical presentation, is not very satisfactory. In particular: SourceForge.net Logo