ProGAL.geom3d.superposition
Class GDT

java.lang.Object
  extended by ProGAL.geom3d.superposition.GDT

public class GDT
extends java.lang.Object


Field Summary
static int REMOVE_ONE
           
static int REMOVE_TEN_PERCENT
           
 
Constructor Summary
GDT()
           
 
Method Summary
static double getGDT(java.util.List<Point> points1, java.util.List<Point> points2, double cutoff)
           
static double getGDT(java.util.List<Point> points1, java.util.List<Point> points2, double cutoff, int method)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REMOVE_ONE

public static final int REMOVE_ONE
See Also:
Constant Field Values

REMOVE_TEN_PERCENT

public static final int REMOVE_TEN_PERCENT
See Also:
Constant Field Values
Constructor Detail

GDT

public GDT()
Method Detail

main

public static void main(java.lang.String[] args)

getGDT

public static double getGDT(java.util.List<Point> points1,
                            java.util.List<Point> points2,
                            double cutoff)

getGDT

public static double getGDT(java.util.List<Point> points1,
                            java.util.List<Point> points2,
                            double cutoff,
                            int method)