Home > Database > Mysql Tutorial > OpenCV2.3.1运行程序报错“计算机丢失tbb

OpenCV2.3.1运行程序报错“计算机丢失tbb

WBOY
Release: 2016-06-07 15:33:20
Original
1077 people have browsed it

win7opencv2.3.1vs2008 编写opencv中文版中的一个小程序编译无错,运行的时候程序报错“计算机丢失tbb_debug.dll”。 原因是用的opencv2.3.1的动态库with tbb,但是系统并没有安装tbb,所以会报错。 整理下搜集的解决方案: 1.最简单的方法:..\opencv\build

win7+opencv2.3.1+vs2008

编写opencv中文版中的一个小程序编译无错,运行的时候程序报错“计算机丢失tbb_debug.dll”。

原因是用的opencv2.3.1的动态库with tbb,但是系统并没有安装tbb,所以会报错。


整理下搜集的解决方案:


1.最简单的方法:..\opencv\build\common\tbb\ia32\vc9下tbb.dll文件复制一份改名为tbb_debug.dll。

2.一般方法: 建议下载INTELTBB3.0http://www.threadingbuildingblocks.org/ ... ss_win.zip,解压找到tbb_debug.dll,放入..\opencv\build\common\tbb\ia32\vc9下面。重新编译解决。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template