2024年3月9日发(作者:)

1、OpenCV 的下载地址:/projects/opencvlibrary/

2、有用的网址:

(1) Visit OpenCV Wiki-pages at /wiki/ and

look for the information there (and/or add it when you have found a solution)

(2) Search through OpenCV archives at

(/group/OpenCV/)

(3) Join OpenCV mailing list at yahoo groups (see FAQs on how to do it) and

mail your questions (the mailing list will probably migrate to OpenCV's

SourceForge site /projects/opencvlibrary)

(4) Look at the OpenCV sample code, read the reference manual

( /documentation/ )

(5) OpenCV 中文网站:

一、程序的安装设置

1、OpenCV 安装完毕后,检查 C:Program FilesOpenCV1.2bin 是否已经被加入

到环境变量PATH,如果没有,请加入。(我的电脑--属性--高级--环境变量—***的用户变

量--选中‘Path’变量,点击‘编辑’,在‘变量值’栏的最后加入‘C:Program

FilesOpenCV1.2bin’)。

加入后需要注销当前Windows用户(或重启)后重新登陆才生效(也可以通过任务

管理器终止 进程,然后再重新运行 )。

2、下载安装 Microsoft Visual C++ 2008 Redistributable

OpenCV1.2 在 VS2005 环境下编译时,可能出现如下错误(即‘应用程序正常初

始化(0xc0150002失败)’):