One implementation of Combinatorial Pyramids in C
Developers : Luc Brun, Antoine Jonquet
Steps to follow to try the software:
- get the archive here
- uncompress it
- go to Export directory and type ./INSTALL
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:
- uncompress the archive : unzip pyramide.zip
- go to directory WATERSHEDS : cd WATERSHEDS
- run make in Basic_types and Image directory
- run make in the main directory
- try a segmentation with ./pyramid .5 image.ppm
Luc Brun