configfile.h

来自「用于系统跟踪的程序」· C头文件 代码 · 共 30 行

H
30
字号
 
 
#define CONFIG	1
 

class CConfigFile
{
public:
	CConfigFile(char* configfilename);

	int		ImageProcessPara_Threshold;
	int		ImageProcessPara_ThresholdSmall;
	
	int		ImageProcessPara_MinRefuse;
	int		ImageProcessPara_MaxRefuse;
 
	int     ImageAnalysePara_LineLength;
	int     ImageAnalysePara_DistanceToLineLength;
	  
	double CameraPara_redressImgWidth;
	double CameraPara_redressImgHeight;
	double CameraPara_krr1;
	double CameraPara_krr2;

	void  GetMarkerRowAndCol(int scene,long ID,int &Row ,int  &Col,bool &isGetten);

	double K[9];

}; 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?