Package | Description |
---|---|
tractography |
Modifier and Type | Class and Description |
---|---|
class |
FreeFormROI
A free form voxel-based ROI for tractography.
|
class |
PointListROI
An ROI for tractography.
|
Modifier and Type | Method and Description |
---|---|
RegionOfInterest |
RegionOfInterest.getRegion(int index)
Get a specific ROI.
|
RegionOfInterest |
PointListROI.getRegion(int index)
There is only one ROI in this class, so the index must be 0 and the
returned reference is
this . |
RegionOfInterest |
FreeFormROI.getRegion(int index)
Get a specific ROI.
|
Modifier and Type | Method and Description |
---|---|
TractCollection |
FibreTracker.getConnectingPaths(RegionOfInterest roi1,
RegionOfInterest roi2)
Finds
Tract 's that enter two specified regions. |
TractCollection |
FibreTracker.trackPaths(RegionOfInterest roi)
Track paths from seed points placed at the centre of all voxels within the ROI.
|