One implementation of Combinatorial Pyramids in C

last update : 25 March 2003
Developers : Luc Brun, Antoine Jonquet

Steps to follow to try the software:

  1. get the archive here
  2. uncompress the archive : tar zxf pyramid.tgz
  3. go to directory Export : cd Export
  4. type ./INSTALL
  5. try a segmentation with ./pyramid 50 image.ppm
The headers and the source files respectively contained in Export/include and Export/lib correspond to the core library. The source files placed directly in the directory Export are application dependant they mainly :
  1. store and update values in vertices and darts
  2. provide criterions to reduce the graphs
These files should be modified to adapt the software to a particular application.

One implementation of Combinatorial Pyramids in C++

last update : 30 october 2003
Developer :Antoine Jonquet supervised by Luc Brun

  1. The source code
  2. The documentation ps format
  3. The documentation on line
  4. A man page of the software used as example
Steps to follow to try the software:
  1. type tar zxf pyramid_cpp.tar.gz
  2. it creates the directory Combi_Pyramid_C++.
    Then type :
    1. cd Combi_Pyramid_C++
    2. ./INSTALL
  3. try a segmentation with ./pyramid image.ppm -q 5 -rs -rp toto.ppm (see the man page for options)
luc.brun@univ-reims.fr
Last modified: Thu Oct 30 14:57:37 CET 2003