Class delaunay


  • public class delaunay
    extends java.lang.Object
    Edgeset of Delaunay triangulation ( L2-norm). Steve J. Fortune (1987) A Sweepline Algorithm for Voronoi Diagrams, Algorithmica 2, 153-174. http://www.netlib.org/voronoi/sweep2 This is Java modified version of Steve J. Fortune's Sweepline algorithm for Voronoi diagrams. It generates either Voronoi diagram or the Delaunay triangulation with given set of points. The Delaunay triangulation is used in the AAM model for the automatic prostate segmentation. It reads the double VOIs contour from each 2D slice, and generate the Delaunay triangulation for shape analysis. The author of this software is Steven Fortune. Copyright (c) 1994 by AT&T Bell Laboratories. Permission to use, copy, modify, and distribute this software for any purpose without fee is hereby granted, provided that this entire notice is included in all copies of any software which is or includes a copy or modification of this software and in all copies of the supporting documentation for such software. THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED WARRANTY. IN PARTICULAR, NEITHER THE AUTHORS NOR AT&T MAKE ANY REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
    Author:
    Ruida Cheng