milk  1.01
Modular Image processing Library toolKit
img_reduce.h
1 #ifndef _IMGREDUCE_H
2 #define _IMGREDUCE_H
3 
4 void __attribute__((constructor)) libinit_img_reduce();
5 
6 
8  const char *IDin_name
9 );
10 
11 
12 imageID IMG_REDUCE_cleanbadpix_fast(
13  const char *IDname,
14  const char *IDbadpix_name,
15  const char *IDoutname,
16  int streamMode
17 );
18 
19 
21  const char *IDin_name,
22  const char *IDref_name,
23  const char *IDout_name,
24  long xcent0,
25  long ycent0,
26  long xcentsize,
27  long ycentsize,
28  int mode,
29  int semtrig
30 );
31 
32 
34  const char *IDin_name
35 );
36 
37 #endif
IMG_REDUCE_cubesimplestat
imageID IMG_REDUCE_cubesimplestat(const char *IDin_name)
Definition: img_reduce.c:299
IMG_REDUCE_cubeprocess
errno_t IMG_REDUCE_cubeprocess(const char *IDin_name)
Definition: img_reduce.c:1074
IMG_REDUCE_centernormim
imageID IMG_REDUCE_centernormim(const char *IDin_name, const char *IDref_name, const char *IDout_name, long xcent0, long ycent0, long xcentsize, long ycentsize, int mode, int semtrig)
Definition: img_reduce.c:820
__attribute__
errno_t __attribute__((hot))
Logs a shared memory stream onto disk.
Definition: logshmim.c:685