Configuration of OpenCV2.1.0 with VS2010

简介:

Add in the system Path:

C:\Program Files (x86)\OpenCV-2.1.0\build\bin\Debug

Project->Project Property->Configuration Properties->VC++Directories ->Include Directories:

C:\Program Files (x86)\OpenCV-2.1.0\include\opencv.

Project->Project Property->Configuration Properties->VC++Directories ->Library Directories:

C:\Program Files (x86)\OpenCV-2.1.0\build\lib\Debug

Project->Project Property->Configuration Properties->Linker->Input:

cvaux210d.lib
highgui210d.lib
cv210d.lib
ml210d.lib
cxts210d.lib
cxcore210d.lib
opencv_ffmpeg210d.lib

本文转自博客园Grandyang的博客,原文链接:Configuration of OpenCV2.1.0 with VS2010,如需转载请自行联系原博主。

相关文章
JavaWeb - No URLs will be polled as dynamic configuration sources
JavaWeb - No URLs will be polled as dynamic configuration sources
548 0
JavaWeb - No URLs will be polled as dynamic configuration sources
jogbuild-common.xml:17: Cannot find /home/tsit/tio-software/jogamp/gluegen/make/gluegen-cpptasks.xml
jogbuild-common.xml:17: Cannot find /home/tsit/tio-software/jogamp/gluegen/make/gluegen-cpptasks.xml
51 0
Faceted project metadata file "/.settings/org.eclipse.wst.common.project.facet.core.xml" could
Faceted project metadata file "/.settings/org.eclipse.wst.common.project.facet.core.xml" could
149 0
Faceted project metadata file "/.settings/org.eclipse.wst.common.project.facet.core.xml" could
|
XML 数据格式
|
Python Windows Web App开发
VS Code Plugins And Configuration
VS Code插件 vscode-icons: 显示文件类型的图标 project manager: 管理项目, 项目的保存加载与切换 beautify: 控制缩进 code runner: 执行代码 debugger for chrome eslint: 代码规范检测 include autocomplete: 头文件自动补全, json配置文件为c_cpp_properties.
1098 0

热门文章

最新文章