edu.jhu.ece.iacl.algorithms.volume
Class IsotropicResample

java.lang.Object
  extended by edu.jhu.ece.iacl.algorithms.volume.IsotropicResample

public class IsotropicResample
extends java.lang.Object

Author:
Blake Lucas (bclucas@jhu.edu)

Nested Class Summary
static class IsotropicResample.InterpolationMethod
           
 
Constructor Summary
IsotropicResample()
           
 
Method Summary
static ImageData resample(ImageData img, IsotropicResample.InterpolationMethod method)
           
static ImageDataMipav resample(ImageDataMipav img, IsotropicResample.InterpolationMethod method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsotropicResample

public IsotropicResample()
Method Detail

resample

public static ImageData resample(ImageData img,
                                 IsotropicResample.InterpolationMethod method)

resample

public static ImageDataMipav resample(ImageDataMipav img,
                                      IsotropicResample.InterpolationMethod method)