OSDN Git Service

Create a new command for edge enhancement before edge detection
[eos/hostdependX86LINUX64.git] / include / lllDataCompare.h
1 #ifndef LLLDATA_COMPARE_H 
2 #define LLLDATA_COMPARE_H 
3
4 #include <stdio.h>
5 #include <stdlib.h>
6 #include <string.h>
7 #include <math.h>                  
8
9 #include "genUtil.h"
10 #include "llData.h"
11
12 /* struct begin */
13
14 typedef struct lllDataCompareInfo {
15         int FilamentNumber;
16         double ratio;
17         double OriginReflection;
18         double OtherReflection;
19         int mode;
20 } lllDataCompareInfo;
21
22 /* struct end */
23
24 /* prototype begin */
25 extern void lllDataCompare(lllDataIntensityInformation* data,
26                                                    lllDataCompareInfo* linfo, 
27                                                         int mode);
28 /* prototype end */
29
30 #endif /* LLLDATA_COMPARE_H */