public abstract class DiffusionInversion
extends java.lang.Object
Constructor and Description |
---|
DiffusionInversion() |
Modifier and Type | Method and Description |
---|---|
void |
background()
Operations to perform in background voxels.
|
void |
close()
Perform final closing operations on the inverter.
|
abstract double[] |
invert(double[] data)
Does the inversion.
|
abstract int |
itemsPerVoxel()
Specifies the number of elements of the output array from the inversion.
|
public abstract double[] invert(double[] data)
data
- The MRI data.public abstract int itemsPerVoxel()
public void background()
public void close()