lEvaluateCorrelationMapwithCommonLine(API)

提供: Eospedia
2014年5月20日 (火) 04:31時点におけるKinoshita (トーク | 投稿記録)による版

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

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