edu.jhu.ece.iacl.algorithms.dti.tractography
Class FiberComparator

java.lang.Object
  extended by edu.jhu.ece.iacl.algorithms.dti.tractography.FiberComparator

public class FiberComparator
extends java.lang.Object


Constructor Summary
FiberComparator()
           
 
Method Summary
static double lengthDiffMM(Fiber a, Fiber b, double resX, double resY, double resZ)
           
static int lengthDiffPt(Fiber a, Fiber b)
           
static double maxDist(Fiber a, Fiber b, double resX, double resY, double resZ)
           
static double meanDistCorr(Fiber a, Fiber b, double resX, double resY, double resZ)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FiberComparator

public FiberComparator()
Method Detail

meanDistCorr

public static double meanDistCorr(Fiber a,
                                  Fiber b,
                                  double resX,
                                  double resY,
                                  double resZ)

maxDist

public static double maxDist(Fiber a,
                             Fiber b,
                             double resX,
                             double resY,
                             double resZ)

lengthDiffPt

public static int lengthDiffPt(Fiber a,
                               Fiber b)

lengthDiffMM

public static double lengthDiffMM(Fiber a,
                                  Fiber b,
                                  double resX,
                                  double resY,
                                  double resZ)