File: unsharp3D.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 (21 lines) | stat: -rw-r--r-- 391 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

typedef  struct {
  int V3D_TIFFREAD ;
  int V3D_TIFFOUTPUT ;
  int   V3D_CONVZ ;
  char *V3D_FILENAMEPATTERN     ;
  char *V3D_OUTPUTFILENAMEPATTERN;
  int *V3D_VOLDIMS   ;
  int *V3D_ROICORNER ;
  int *V3D_ROISIZE   ;
  float V3D_PUS ;
  float V3D_PUC ;
  int   V3D_GPUNUM ;
}  Unsharp_Para ;
  

#ifdef __cplusplus
extern "C" {
  int mainunsharp( Unsharp_Para  unsharp_para  );
}
#endif