「lmrcSinogramFETcorrelationMap(API)」の版間の差分

提供: Eospedia
移動: 案内検索
(ページの作成:「DataManip/mrcImage/src/'''lmrcSinogramFETcorrelationMap'''はmrcSinogramFETcorrelationMapのためのAPI です。 == 定数 == == 構造体 == typedef struct lmrc...」)
(相違点なし)

2014年5月13日 (火) 02:10時点における版

DataManip/mrcImage/src/lmrcSinogramFETcorrelationMapmrcSinogramFETcorrelationMapのための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);