public class LinIntVectorEulerFibreTracker extends EulerFibreTracker
BACKWARD, FORWARD
Constructor and Description |
---|
LinIntVectorEulerFibreTracker(TractographyImage image,
double stepLength,
double ipThresh) |
stepSize
getConnectingPaths, getPICoTracts, ipThreshold, trackFromSeed, trackFromSeed, trackPaths
public LinIntVectorEulerFibreTracker(TractographyImage image, double stepLength, double ipThresh)
data
- the dataset within which the tracking will take place.stepLength
- the distance (in mm) to move before performing the next interpolation.ipThresh
- the minimum absolute value of the cosine of the
angle between the tracking directions after traversing one slice thickness.
So if slice thickness is 2.5 mm, and step size is 0.25mm, then the curvature will be assessed
every 10 steps.