OSDN Git Service

Create a new command for edge enhancement before edge detection
[eos/hostdependX86LINUX64.git] / include / lmrcSinogramFETcorrelationMap.h
1 /*
2 # lmrcSinogramFETcorrelationMap.h : $Revision$  
3 # $Date$ 
4 # Created by $Author$
5 # Usage : lmrcSinogramFETcorrelationMap.h 
6 # Attention
7 #   $Loccker$
8 #       $State$ 
9 #
10 */
11 /* $Log$ */
12
13 #include <stdio.h>
14 #include<math.h>
15 #include "mrcImage.h"
16
17
18 typedef struct lmrcSinogramFETcorrelationMapInfo {
19         int flagWeight;
20         mrcImage* Weight;
21         int flagSD;
22         mrcImage* SD;
23         int Nmode,Cmode;
24         int mode;
25 }lmrcSinogramFETcorrelationMapInfo;
26
27 extern void lmrcSinogramFETcorrelationMap(mrcImage* ,mrcImage* ,mrcImage* ,lmrcSinogramFETcorrelationMapInfo ,int );
28 extern void lmrcSinogramFETnormalizeBySD(mrcImage* ,mrcImage* ,double* ,int );
29 extern void lmrcSinogramFETcorrelationMapCounterMatching(mrcImage* ,mrcImage* ,int );
30 extern void lmrcSinogramFETcorrelationMapDP(mrcImage* in, mrcImage* out, double* w, int mode);