public class NonIntProbFibreTracker extends NonInterpolatedFibreTracker
BACKWARD, FORWARD
Constructor and Description |
---|
NonIntProbFibreTracker(TractographyImage data,
double ipThresh,
java.util.Random ran)
Construct a tracker with additional options set.
|
getConnectingPaths, getPICoTracts, ipThreshold, trackFromSeed, trackFromSeed, trackPaths
public NonIntProbFibreTracker(TractographyImage data, double ipThresh, java.util.Random ran)
data
- the dataset within which the tracking will take place.ipThresh
- the minimum dot product between the tract direction over
adjacent voxels.ran
- the Random for the randomizer.