File: segment.h

package info (click to toggle)
pyhst2 2020c-7
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm, sid
  • size: 13,540 kB
  • sloc: ansic: 11,807; python: 9,708; cpp: 6,786; makefile: 152; sh: 31
file content (29 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (2)
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);