「lEvaluateCorrelationMapwithCommonLine(API)」の版間の差分
提供: Eospedia
(ページの作成:「DataManip/transform/src/'''lEvaluateCorrelationMapwithCommonLine'''はEvaluateCorrelationMapwithCommonLineのためのAPI です。 == 定数 == == 構造体 == ty...」) |
(相違点なし)
|
2014年5月20日 (火) 04:31時点における版
DataManip/transform/src/lEvaluateCorrelationMapwithCommonLineはEvaluateCorrelationMapwithCommonLineのためのAPI です。
定数
構造体
typedef struct lEvaluateCorrelationMapwithCommonLineInfo{
FILE* In;
int listLength;
FILE* InC;
FILE* Out;
int PA;
int PN;
double PDT;
int mode;
}lEvaluateCorrelationMapwithCommonLineInfo;
typedef struct lmrcSCMEpeakDetectPixelInfo{
int x;
int y;
double distance;
int rank;
}lmrcSCMEpeakDetectPixelInfo;
typedef struct lmrcSCMEpeakDetectInfo{
int flagOut;
mrcImage* Out;
int flagThreshold;
double Threshold;
int flagCount;
int Count;
lmrcSCMEpeakDetectPixelInfo peak[1000];
lmrcSCMEpeakDetectPixelInfo highestPeak[50];
double MaxI;
int PA;
double PDT;
int mode;
}lmrcSCMEpeakDetectInfo;
API
extern void lEvaluateCorrelationMapwithCommonLine(lEvaluateCorrelationMapwithCommonLineInfo info, int mode); extern void lmrcSCMEpeakDetect(mrcImage* in, lmrcSCMEpeakDetectInfo* info, int mode);