edu.jhu.ece.iacl.algorithms.dti
Class EstimateTensorLikelihood

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

public class EstimateTensorLikelihood
extends java.lang.Object


Constructor Summary
EstimateTensorLikelihood()
           
 
Method Summary
static void estimate(float[][][][] tensors, float[][][] reference, float[][][] noiseField, float[][][][] DWdata, float[] bvalues, float[][] grads, byte[][][] mask, double[] kspaceAvgsPerVoxel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EstimateTensorLikelihood

public EstimateTensorLikelihood()
Method Detail

estimate

public static void estimate(float[][][][] tensors,
                            float[][][] reference,
                            float[][][] noiseField,
                            float[][][][] DWdata,
                            float[] bvalues,
                            float[][] grads,
                            byte[][][] mask,
                            double[] kspaceAvgsPerVoxel)