stdafx.cpp

来自「一种自动摄像机标定方法的实现.可以方便标定摄像机」· C++ 代码 · 共 31 行

CPP
31
字号
// stdafx.cpp : source file that includes just the standard includes
// waterwall.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"

// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
#pragma comment( lib, "kernel32.lib" )							
#pragma comment( lib, "user32.lib" )							
#pragma comment( lib, "gdi32.lib" )							
#pragma comment( lib, "Advapi32.lib" )	
#pragma comment( lib, "opengl32.lib" )							// Search For OpenGL32.lib While Linking
#pragma comment( lib, "glu32.lib" )								// Search For GLu32.lib While Linking
#pragma comment( lib, "glaux.lib" )								// Search For GLaux.lib While Linking  
#pragma comment( lib, "cxcore.lib" )							// Search For cxcore.lib While Linking
#pragma comment( lib, "cv.lib" )								// Search For cv.lib While Linking
#pragma comment( lib, "highgui.lib" )							// Search For highgui.lib While Linking








	

						
    

⌨️ 快捷键说明

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