www.pudn.com > ManualCameraCalibrationSourceCode_v1.0.rar > ZhangImplementation_1.h


/********************************************************************** 
 
Camera Calibration Software v1.0   
Copyright 2004 Engin Tola 
 
-- 
 
Engin Tola  
March 20, 2004 
 
-- 
 
This piece of program contained in Camera Calibration Software v1.0 can be used, 
copied, modified, merged, published, and/or have copies distributed for academic  
or research purposes only without restriction under the following conditions: 
 
1. The above header and this permission notice shall be included in all copies  
    or substantial portions of the program 
 
2. The software is provided "as is", without warranty of any kind, express or  
   implied, including but not limited to the warranties of merchantability, fitness  
   for a particular purpose and non-infringement. In no event shall the author(s) be  
   liable for any claim, damages or liability, whether in an action of contract, tort  
   or otherwise, arising from, out of or in connection with Camera Calibration  
   Software v1.0 or the use or other dealings in Camera Calibration Software v1.0 
 
3. If you use this piece of code for research purposes, refer to  
 
	Tola, Engin. 2006 June 12. Homepage.  
 
4. An acknowledgement note should be included as:  
 
    "The software used here was originally created by Tola, Engin. 2006 June 12.  
	Homepage.  
 
 
**********************************************************************/ 
// ZhangImplementation_1.h : main header file for the ZHANGIMPLEMENTATION_1 application 
// 
 
#if !defined(AFX_ZHANGIMPLEMENTATION_1_H__80557A35_937A_4788_B5D7_4277760514EE__INCLUDED_) 
#define AFX_ZHANGIMPLEMENTATION_1_H__80557A35_937A_4788_B5D7_4277760514EE__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#ifndef __AFXWIN_H__ 
	#error include 'stdafx.h' before including this file for PCH 
#endif 
 
#include "resource.h"		// main symbols 
 
///////////////////////////////////////////////////////////////////////////// 
// CZhangImplementation_1App: 
// See ZhangImplementation_1.cpp for the implementation of this class 
// 
 
class CZhangImplementation_1App : public CWinApp 
{ 
public: 
	CZhangImplementation_1App(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CZhangImplementation_1App) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CZhangImplementation_1App) 
		// NOTE - the ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_ZHANGIMPLEMENTATION_1_H__80557A35_937A_4788_B5D7_4277760514EE__INCLUDED_)