vislocalinfo.h

来自「microsoft vision source code」· C头文件 代码 · 共 37 行

H
37
字号
// VisLocalInfo.h 
// 
// Local machine information generated from environment variables. 
// 
// This file is generated when the VisLocalInfo project is built. 
// 
// 
// Created on Fri 07/13/2007 at 20:05:31.46. 
// 
// Some features are not available in the external release 
// of the Vision SDK. 
// 
#define VIS_EXTERNAL_RELEASE 1 
#define VIS_NO_LUC_FILES 1 
// 
// 
// The OS is used to determine which files are included in the project 
// precompiled header files. 
// 
#define VIS_OS_IS_NT 1 
// 
// 
// If Intel's Image Processing Library header files are found on your include 
// files path, definitions will be added here. 
// 
// 
// Definitions for optional Vision SDK projects go here 
#define VIS_XCLAPACK_H "..\VisXCLAPACK\VisXCLAPACK.h" 
#define VIS_XIJL_H "..\VisXIjl\VisXIjl.h" 
#define VIS_XIMAGEMAGICK_H "..\VisXImageMagick\VisXImageMagick.h" 
// 
// 
// You can create a file named "VisUserSettings.h" in the inc directory 
// to add definitions that will be included in the Vision SDK header files. 
// 
// #include "VisUserSettings.h" 

⌨️ 快捷键说明

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