Package | Description |
---|---|
tractography |
Modifier and Type | Method and Description |
---|---|
static DT_TractographyImage |
DT_TractographyImage.getDT_TractographyImage(java.lang.String inputFile,
java.lang.String dataType,
int maxPDs,
double[][][] anisMap,
double anisThresh,
int[] dataDims,
double[] voxelDims)
Gets an image from the data file.
|
Constructor and Description |
---|
DT_LinearInterpolator(DT_TractographyImage data)
Construct an interpolator.
|
FACT_TendFibreTracker(DT_TractographyImage data,
double ipThresh,
double[][][] f,
double g)
Construct a tracker with additional options set.
|
FACT_TendFibreTracker(DT_TractographyImage data,
double ipThresh,
double tendF,
double g)
Construct a tracker with additional options set.
|
LinIntDTEulerFibreTracker(DT_TractographyImage image,
double stepLength,
double ipThresh) |
TendInterpolator(DT_TractographyImage image)
Default constructor, doesn't use tend at all.
|
TendInterpolator(DT_TractographyImage image,
double[][][] tendF,
double tendG)
Weight the tend term independently in each voxel.
|
TendInterpolator(DT_TractographyImage image,
double tendF,
double tendG)
Weight the tend term by a constant.
|