Package | Description |
---|---|
tractography |
Modifier and Type | Class and Description |
---|---|
class |
BallStickTractographyImage
Defines image for tractography from tensor data.
|
class |
BayesDiracTractographyImage
Bayesian tractography image using Dirac priors for "nuisance parameters",
see Friman et al, TMI 25:965-978 (2006).
|
class |
BootstrapTractographyImage
Superclass to bootstrap images.
|
class |
BS_DT_TractographyImage
Each call to #getPDs(int, int, int) returns a new bootstrap estimate of the PDs.
|
class |
DT_TractographyImage
Defines image for tractography from tensor data.
|
class |
PD_TractographyImage
Tractography image for PD data (output of sfpeaks).
|
class |
PICoTractographyImage
Tractography image with all three eigenvectors of spherical PDF(s) specified in each voxel.
|
class |
RepBS_DT_TractographyImage
Each call to #getPDs(int, int, int) returns a new bootstrap estimate of the PDs.
|
class |
WildBS_DT_TractographyImage
Each call to #getPDs(int, int, int) returns a new bootstrap estimate of the PDs.
|
Constructor and Description |
---|
EulerFibreTracker(TractographyImage image,
double stepLength,
double ipThresh)
Construct an EulerFibreTracker with additional options set.
|
LinIntVectorEulerFibreTracker(TractographyImage image,
double stepLength,
double ipThresh) |
LinIntVectorRK4FibreTracker(TractographyImage image,
double stepLength,
double ipThresh) |
NC_ProbFibreTracker(TractographyImage image,
double stepLength,
double ipThresh,
java.util.Random ran) |
NeighbourChoiceInterpolator(TractographyImage image,
java.util.Random r) |
NonInterpolatedFibreTracker(TractographyImage data,
double ipThresh)
Construct a tracker with additional options set.
|
NonIntProbFibreTracker(TractographyImage data,
double ipThresh,
java.util.Random ran)
Construct a tracker with additional options set.
|
RK4FibreTracker(TractographyImage image,
double stepLength,
double ipThresh)
Construct an RK4FibreTracker with additional options set.
|
VectorLinearInterpolator(TractographyImage data)
Construct an interpolator.
|