OpenCV 2.4.11 VS2012 Configuration

简介:

Add in the system Path:

C:\opencv\build\x86\vc11\bin;

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

C:\opencv\build\include\opencv

C:\opencv\build\include\opencv2

C:\opencv\build\include

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

C:\opencv\build\x86\vc11\lib

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

opencv_calib3d2411.lib
opencv_contrib2411.lib
opencv_core2411.lib
opencv_features2d2411.lib
opencv_flann2411.lib
opencv_gpu2411.lib
opencv_highgui2411.lib
opencv_imgproc2411.lib
opencv_legacy2411.lib
opencv_ml2411.lib
opencv_nonfree2411.lib
opencv_objdetect2411.lib
opencv_ocl2411.lib
opencv_photo2411.lib
opencv_stitching2411.lib
opencv_superres2411.lib
opencv_ts2411.lib
opencv_video2411.lib
opencv_videostab2411.lib
opencv_calib3d2411d.lib
opencv_contrib2411d.lib
opencv_core2411d.lib
opencv_features2d2411d.lib
opencv_flann2411d.lib
opencv_gpu2411d.lib
opencv_highgui2411d.lib
opencv_imgproc2411d.lib
opencv_legacy2411d.lib
opencv_ml2411d.lib
opencv_nonfree2411d.lib
opencv_objdetect2411d.lib
opencv_ocl2411d.lib
opencv_photo2411d.lib
opencv_stitching2411d.lib
opencv_superres2411d.lib
opencv_ts2411d.lib
opencv_video2411d.lib
opencv_videostab2411d.lib

本文转自博客园Grandyang的博客,原文链接:OpenCV 2.4.11 VS2012 Configuration,如需转载请自行联系原博主。

相关文章
JavaWeb - No URLs will be polled as dynamic configuration sources
JavaWeb - No URLs will be polled as dynamic configuration sources
555 0
JavaWeb - No URLs will be polled as dynamic configuration sources
|
9月前
|
计算机视觉
QT中加入opencv出现VideoCapture was not declared in this scope
QT中加入opencv出现VideoCapture was not declared in this scope
75 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
|
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.
1100 0