public class FACT_TendFibreTracker extends NonInterpolatedFibreTracker
BACKWARD, FORWARD
Constructor and Description |
---|
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.
|
getConnectingPaths, getPICoTracts, ipThreshold, trackFromSeed, trackFromSeed, trackPaths
public FACT_TendFibreTracker(DT_TractographyImage data, double ipThresh, double tendF, double g)
data
- the dataset within which the tracking will take place.ipThresh
- the minimum dot product between the tract direction over adjacent voxels.f
- weighting for the local fiber orientation. Between 0.0 (ignore it) and 1.0 (trust
it completely, ignore tend).g
- relative weighting of the previous direction and the previous direction deflected by the
tensor. If 0.0, the tend term is the previous direction, if 1.0, the tend term is the deflected
direction.public FACT_TendFibreTracker(DT_TractographyImage data, double ipThresh, double[][][] f, double g)
data
- the dataset within which the tracking will take place.ipThresh
- the minimum dot product between the tract direction over adjacent voxels.f
- local weighting for the fiber orientation. Between 0.0 (ignore it) and 1.0 (trust
it completely, ignore tend). Some function of FA, or tensor linearity, may be useful.g
- relative weighting of the previous direction and the previous direction deflected by the
tensor. If 0.0, the tend term is the previous direction, if 1.0, the tend term is the deflected
direction.