3D Discrete Voronoi diagram computation

sedtVoronoi is a simple program based on the sedt software to extract a discrete Voronoi diagram of a binary volume in optimal time (i.e. in O(n) if n is the number of voxels). This implementation is based on the Saito and Toriwaki algorithm [SAITO_1994] with the optimization proposed by [HIRATA_1996] and [MEIJSTER_2000].

The output (Voronoi diagram) are files in the longvol format.

The code is really simple and code comments can be browsed using doxygen (just enter "make doc" and browse the resulting html files). See the README file.

Just an example, let us consider a simple cube with length 5 (see Volgen) :

Once sedt compiled, you can launch it :
 sedtVoronoi cube5.vol output                                

You will obtain the files:
output_dx.longvol
output_dy.longvol
output_dz.longvol
output_sedt.longvol
output_diagram.vol


dcoeurjo
Last modified: Tue Feb 4 17:42:27 MET 2003