OpenCV 2.4.11 VS2010 Configuration

Add in the system Path:

C:\opencv\build\x86\vc10\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\vc10\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

时间: 2024-10-01 07:31:30

OpenCV 2.4.11 VS2010 Configuration的相关文章

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-&g

imread() not working in OpenCV 2.4.11 Debug mode

The OpenCV function imread() not working in OpenCV 2.4.11 Debug mode of VS2010 under Win32, the way we want to make it work is to change it to Release mode, then everything works fine, ENJOY!

OpenCV 3.1 VS 2010 Configuration 配置

Download OpenCV 3.1 Download VS2010 Download CMake 3.2.0 I assume you've already installed VS2010 and CMake 3.2.0 correctly. Compile the OpenCV: Start CMake 3.2.0, fill the source and destination: source: C:/opencv3.1/sources destination: C:/opencv3.

开发错误11:Configuration with name ‘default’ not found

开发错误11:Configuration with name 'default' not found 今天在导入一个sdkdemoapp3.0项目时,发现project build.gradle 与module build.gradle.内容也在一个build.gradle里面, 结果make project下 就报如下错: Configuration with name 'default' not found 说明,没找到默认的module  build.gradle; 所以要在setting

Qt 5.3 下OpenCV 2.4.11 开发 目录

Qt 5.3 下OpenCV2.4.11 开发(1)图片预览 Qt 5.3 下OpenCV 2.4.11 开发(2)摄像头采集 版权声明:本文为博主原创文章,未经博主允许不得转载.

OpenCV 3.0 VS2010 Configuration

Add in the system Path: C:\opencv\build\x86\vc10\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-&g

【OpenCV入门教程之一】 OpenCV 2.4.8 +VS2010的开发环境配置

目录(?)[-] 因为读研期间的研究方向是图像处理所以浅墨这段时间闭门研究了很多OpenCV和图像处理相关的知识与内容眼看自己积累到一定的程度了于是决定开始开设这个OpenCV系列专栏总结自己所学也分享知识给大家 还是先放出待会儿的测试用图 下载和安装OpenCV SDK sources里面是源代码想查看完整的源代码需要用cmake来解包如何解包大家百度一下就可以或者下次浅墨来专门讲一讲这里就先不多说了 配置环境变量 工程包含include目录的配置 工程库lib目录的配置 链接库的配置 在Wi

ITK 3.20.1 VS2010 Configuration 配置

Download ITK 3.20.1 Download VS2010 Download CMake 3.2.0 I assume you've already installed VS2010 and CMake 3.2.0 correctly. Compile the VTK: Start CMake 3.2.0, fill the source and destination: source: C:/ITK3.20.1/InsightToolkit-3.20.1 destination: 

VTK 5.10.1 VS2010 Configuration 配置

Download VTK 5.10.1 Download VS2010 Download CMake 3.2.0 I assume you've already installed VS2010 and CMake 3.2.0 correctly. Compile the VTK: Start CMake 3.2.0, fill the source and destination: source: C:/VTK5.10.1/VTK5.10.1 destination: C:/VTK5.10.1