edu.jhu.ece.iacl.algorithms.vabra
Class VabraSolver

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.pipeline.AbstractCalculation
      extended by edu.jhu.ece.iacl.algorithms.vabra.VabraSolver

public class VabraSolver
extends AbstractCalculation


Field Summary
 
Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.AbstractCalculation
monitor
 
Constructor Summary
VabraSolver(ImagePair st, java.io.File configFile, AbstractCalculation parent)
           
 
Method Summary
 void dispose()
           
 ImageDataFloat getDeformationField()
           
 java.util.List<ImageData> getDeformedSubject()
           
 void registerImages()
           
 
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.AbstractCalculation
add, addTotalUnits, decrementCompletedUnits, decrementCompletedUnits, getCompletedUnits, getCurrentLabel, getCurrentProgress, getLabel, getPerformance, getProgress, getTotalUnits, incrementCompletedUnits, incrementCompletedUnits, isCompleted, markCompleted, reset, setCompletedUnits, setCompletedUnits, setLabel, setMonitor, setTotalUnits
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VabraSolver

public VabraSolver(ImagePair st,
                   java.io.File configFile,
                   AbstractCalculation parent)
Method Detail

dispose

public void dispose()

registerImages

public void registerImages()

getDeformedSubject

public java.util.List<ImageData> getDeformedSubject()

getDeformationField

public ImageDataFloat getDeformationField()