1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
void segment( char *pagbone_outputfile,
float threshold,
int medianR,
char *maskbone_outputfile,
int myrank,
int ncpus,
int nprocs,
long int MemPerProc, int SIZEZ, int SIZEY, int SIZEX, int dilatation);
void spilla ( char *pagbone_outputfile,
char *absbone_outputfile,
char *maskbone_outputfile,
float threshold,
char *corrbone_outputfile,
int myrank,
int nprocs,
int ncpus,
long int MemPerProc, int SIZEZ, int SIZEY, int SIZEX);
void incolla( char *pagbone_outputfile,
char *maskbone_outputfile,
char *correctedvol_outputfile,
char *outputfile,
int myrank,
int nprocs,
int ncpus,
long int MemPerProc, int SIZEZ, int SIZEY, int SIZEX);
|