Package | Description |
---|---|
tractography |
Modifier and Type | Method and Description |
---|---|
TractCollection |
FibreTracker.getConnectingPaths(RegionOfInterest roi1,
RegionOfInterest roi2)
Finds
Tract 's that enter two specified regions. |
TractCollection |
FibreTracker.getPICoTracts(Point3D seedPoint,
int mcIterations)
Track a path from a single seed point, for many monte-carlo iterations
and wrap result in a
TractCollection . |
TractCollection |
StreamlineROI_Filter.processTract(Tract t) |
TractCollection |
StreamlineROI_Filter.processTracts(TractCollection tc) |
static TractCollection |
TractCollection.removeShortTracts(TractCollection original,
int threshold)
Remove small Tracts from a collection.
|
TractCollection |
NC_ProbFibreTracker.trackFromSeed(Point3D seedPos)
Track a path from a single seed point,
and wrap result in a #TractCollection.
|
TractCollection |
FibreTracker.trackFromSeed(Point3D seedPoint)
Track paths from a single seed point within the ROI.
|
TractCollection |
NC_ProbFibreTracker.trackFromSeed(Point3D seedPos,
int pd)
Track a path from a single seed point, following a specified PD.
|
TractCollection |
FibreTracker.trackFromSeed(Point3D seedPoint,
int pd)
Track paths from a single seed point within the ROI.
|
TractCollection |
FibreTracker.trackPaths(RegionOfInterest roi)
Track paths from seed points placed at the centre of all voxels within the ROI.
|
Modifier and Type | Method and Description |
---|---|
void |
TractCollection.addTractCollection(TractCollection tc)
Adds all tracts from another
TractCollection to this TractCollection . |
void |
ConnectivitySegmentedImage.processTracts(int seedIndex,
TractCollection tracts)
apply some tracts to a specified seed point.
|
void |
TractStatisticImage.processTracts(TractCollection tc)
Add all of the tracts in the collection to the image.
|
void |
TargetCP_Image.processTracts(TractCollection tc)
Add some streamlines to the image.
|
TractCollection |
StreamlineROI_Filter.processTracts(TractCollection tc) |
void |
ConnectionProbabilityImage.processTracts(TractCollection tc)
Add some streamlines to the image.
|
static TractCollection |
TractCollection.removeShortTracts(TractCollection original,
int threshold)
Remove small Tracts from a collection.
|