lmrcSinogramFETcorrelationMap(API)
提供: Eospedia
DataManip/mrcImage/src/lmrcSinogramFETcorrelationMapはmrcSinogramFETcorrelationMapのためのAPI です。
定数
構造体
typedef struct lmrcSinogramFETcorrelationMapInfo {
int flagWeight;
mrcImage* Weight;
int flagSD;
mrcImage* SD;
int Nmode,Cmode;
int mode;
}lmrcSinogramFETcorrelationMapInfo;
API
extern void lmrcSinogramFETcorrelationMap(mrcImage* ,mrcImage* ,mrcImage* ,lmrcSinogramFETcorrelationMapInfo ,int ); extern void lmrcSinogramFETnormalizeBySD(mrcImage* ,mrcImage* ,double* ,int ); extern void lmrcSinogramFETcorrelationMapCounterMatching(mrcImage* ,mrcImage* ,int ); extern void lmrcSinogramFETcorrelationMapDP(mrcImage* in, mrcImage* out, double* w, int mode);