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

时间: 2024-10-20 08:27:36

Configuration of OpenCV2.1.0 with VS2010的相关文章

Configuration of PCL1.4.0 and VS2010

Open VS2010, create a new project, then open Property Manager, double-click Microsoft.Cpp.win32.user, open the Property Pages. Then go to VC++ Directories, add in the Include Directories:C:\Program Files (x86)\PCL 1.4.0\3rdParty\Boost\includeC:\Progr

OpenCV3.0+MFC+VS2010打开图像

最近刚开始学OpenCV3.0结合MFC进行图像处理,做了一个非常简单的OpenCV3.0在VS2010中建立一个MFC程序打开图片的小程序,具体过程如下. [1]首先按照链接中的步骤 http://blog.csdn.net/poem_qianmo/article/details/19809337,在VS2010中配置好OpenCV3.0. [2]打开VS2010,新建一个MFC程序,如下图所示: [3]点击下一步: [4]选择设置如下: [5]点击"完成",显示如下界面: [6]在

vc6.0 PK vs2010

从VC++6.0不足看VisualC++2010新特性 说起VC,有人想到维生素C(维C),有人想到风险投资(venture capital), 程序员们尤其是做底层开发的程序员或老程序员们第一感觉肯定会想到Visual C++6.0.为什么是6.0而不是其它的版本?这里的原因就不用我再多讲了,因为太经典了!这个经典已经有了10年的光荣历史,微软的Visual Studio系列也已经发展到了Visual Studio 2010.漫长的辉煌中Visual C++6.0也暴露出了一些问题,在这篇文章

Could not publish server configuration for Tomcat v6.0 Server at localhost.

经常在使用tomcat服务器的时候 总会发生一些莫名其妙的错误. 就像下面这个错误: 在配置文件中存在多个/MyWeb的配置,导致不能发布服务. 错误信息: Could not publish server configuration for Tomcat v6.0 Server at localhost.Multiple Contexts have a path of "/MyWeb". 解决方案: 如果是使用的eclipse tomcat 插件,需要在你的工作空间 找到如下文件:

用eclipse启动tomcat时报Could not publish server configuration for Tomcat v8.0 Server at localhost..错误

Could not publish server configuration for Tomcat v8.0 Server at localhost. Context with path "/mnDemo" conflicts with another Context with path "/mnDemo". 网上的解决方法是: 1.如果是使用的eclipse tomcat 插件,需要在你的工作空间 找到如下文件:.metadata.plugins\org.ecli

Could not parse configuration: file:/D:/apache-tomcat-7.0.55-windows-x64/apache-tomcat-7.0.55/webapp

在做ssh项目时,启动tomcat,出现了以下的错误 严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ins

Tomcat启动失败错误解决Could not publish server configuration for Tomcat v7.0 Server at localhost

今天又碰到了Tomcat启动失败的错误,错误提示如下: Could not publish server configuration for Tomcat v7.0 Server at localhost. Multiple Contexts have a path of "/organ". 意思很很清楚,有重名的节点,然后我根据百度的方法去tomcat安装目录conf下面的server.xml去找这个重名的节点,但是没有相关的<Context>节点, 后来我转念一想,会不

[zt]OpenCV2.1.0的安装

下载和安装 OpenCV 2.1.0 2.添加库文件:打开VS 2008,选择菜单:Tools->options->Projects and Solutions >VC++ Directories 首先从“Show directories for”中的下拉列表中选择“library files”. 然后在库文件列表中依次添加以下库文件的路径: D:\Program Files\OpenCV2.1\lib 如图所示.继续添加 D:\Program Files\OpenCV2.1\之类的文件

OpenCV2.4.9在VS2010下安装配置

1. 下载安装:点击自解压OpenCV2.4.9. 2. 环境变量:PATH中加入" F:\opencv\build\x86\vc10\bin" 3. VS2010配置: 3.1 设置头文件,c/c++ > General > Additional Include Directories加入: F:\opencv\build\include;F:\opencv\build\include\opencv;F:\opencv\build\include\opencv2; 3.2