stdafx.cpp
来自「基于OpenCV的计算机视觉技术实现.rar」· C++ 代码 · 共 19 行
CPP
19 行
// stdafx.cpp : 只包括标准包含文件的源文件
// TrainingTools.pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
// TODO: 在 STDAFX.H 中
// 引用任何所需的附加头文件,而不是在此文件中引用
#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
#pragma comment( lib, "cvcam.lib" )
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?