lmrcImageFourierShellCorrelation(API)
提供: Eospedia
		
		
		
DataManip/mrcImage/src/lmrcImageFourierShellCorrelationはmrcImageFourierShellCorrelationのためのAPI です。
定数
構造体
typedef struct lmrcImageFourierShellCorrelationInfo  {
	double Low;
	double High;
	double Delta;
} lmrcImageFourierShellCorrelationInfo;
API
FourierShellCorrelation
入力画像in1とin2間にてFourierShellCorrelationを行い、結果をlinfoへ格納します。
extern void lmrcImageFourierShellCorrelation(double* data ,mrcImage* in1 ,mrcImage* in2, lmrcImageFourierShellCorrelationInfo linfo ,int mode, int mode2);
modeにより処理を選択できます。
| mode | 説明 | 
|---|---|
| 0 | Fourier Shell Correlation(FSC) | 
| 1 | Fourier Shell Phase Residual(FSPR) | 
| +2 | Correlation between L and H | 
| +4 | Without equator | 
mode2により入力画像のタイプを選択できます。
| mode2 | 説明 | 
|---|---|
| +2 | サイズの異なる2D画像同士での相関(In1をIn2の中心と比較する) | 
API情報
モード説明を出力
extern void lmrcImageFourierShellCorrelationPrint(FILE* fpt, lmrcImageFourierShellCorrelationResult* res, lmrcImageFourierShellCorrelationInfo linfo ,int mode, int mode2);
