Skip to content
Snippets Groups Projects
Commit db10262f authored by Moises Fernandez's avatar Moises Fernandez
Browse files

Definition of the main methods

parent f8e934e6
No related branches found
No related tags found
No related merge requests found
#include "newmat.h"
#include "newimage/newimageall.h"
#include <string>
int xfibres_gpu(char *subjdir,int slice, int nextras, char** extras);
void xfibres_gpu( //INPUT
const NEWMAT::Matrix datam,
const NEWMAT::Matrix bvals,
const NEWMAT::Matrix bvecs,
const NEWMAT::Matrix gradm,
const NEWMAT::Matrix Qform,
const NEWMAT::Matrix Qform_inv,
const NEWIMAGE::volume<int> vol2matrixkey,
const NEWMAT::Matrix matrix2volkey,
const NEWIMAGE::volume<float> mask,
const int slice,
const char* subjdir);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment