public abstract class EulerFibreTracker extends FibreTracker
BACKWARD, FORWARD
Constructor and Description |
---|
EulerFibreTracker(TractographyImage image,
double stepLength,
double ipThresh)
Construct an EulerFibreTracker with additional options set.
|
Modifier and Type | Method and Description |
---|---|
double |
stepSize() |
getConnectingPaths, getPICoTracts, ipThreshold, trackFromSeed, trackFromSeed, trackPaths
public EulerFibreTracker(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.