Package | Description |
---|---|
tractography |
Modifier and Type | Method and Description |
---|---|
static DataModel |
DataModel.getModel(java.lang.String s) |
static DataModel |
DataModel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataModel[] |
DataModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static BayesDiracTractographyImage |
BayesDiracTractographyImage.getBayesDiracTractographyImage(java.lang.String inputFile,
java.lang.String dataType,
DW_Scheme scheme,
DataModel dataModel,
int[][][] numPDs,
double[][][] anisMap,
double anisThresh,
int[] dataDims,
double[] voxelDims,
int pointSetInd,
java.util.Random ran)
Gets an image from the data file.
|
Constructor and Description |
---|
BayesDiracTractographyImage(float[][][][] data,
double[] voxelDims,
int[][][] numPDs,
DW_Scheme scheme,
DataModel model,
int pointSetInd,
java.util.Random ran)
Matlab constructor.
|