lmrcSinogramFETreferredCorrelation(API)
提供: Eospedia
DataManip/mrcImage/src/lmrcSinogramFETreferredCorrelationはmrcSinogramFETreferredCorrelationのためのAPI です。
定数
構造体
typedef struct lmrcSinogramFETreferredCorrelationInfo{
FILE* In;
FILE* InE;
FILE* InR;
FILE* Out;
mrcImage* weight;
int nm;
int om;
int flagw;
int zr;
int tnum;
int RR;
int mode;
}lmrcSinogramFETreferredCorrelationInfo;
typedef struct lmrcSinogramFETreferredCorrelationSelectInfo{
FILE* In;
FILE* InE;
FILE* Out;
int om;
double* dise3[2];
int* ptdise3;
double* angled[4];
int* topn;
char** anglemode;
int fnum;
int tnum;
int RR;
double** refCart;
int** refpt;
int* refVote;
int mode;
}lmrcSinogramFETreferredCorrelationSelectInfo;
API
extern void lmrcSinogramFETreferredCorrelation(lmrcSinogramFETreferredCorrelationInfo in, int mode); extern void lmrcSinogramFETreferredCorrelationSelectDataSet(lmrcSinogramFETreferredCorrelationInfo* in, lmrcSinogramFETreferredCorrelationSelectInfo* out, int mode); extern void lmrcSinogramFETreferredCorrelationSelect(lmrcSinogramFETreferredCorrelationSelectInfo* in, int cur, int mode);