One implementation of Combinatorial Pyramids in C
Developers : Luc Brun, Antoine Jonquet
Steps to follow to try the software:
- get the archive here
- uncompress the archive : tar zxf pyramid.tgz
- go to directory Export : cd Export
- type ./INSTALL
- 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 :
- store and update values in vertices and darts
- 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++
Developer :Antoine Jonquet supervised by Luc Brun
- The source code
- The documentation ps format
- The documentation on line
- A man page of the software used as example
Steps to follow to try the software:
- type tar zxf pyramid_cpp.tar.gz
it creates the directory Combi_Pyramid_C++.
Then type :
- cd Combi_Pyramid_C++
- ./INSTALL
- 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