找不到tbb.dll [英] tbb.dll not found

查看:302
本文介绍了找不到tbb.dll的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在opencv 2.3中使用cvCanny函数,它编译得很好,但执行时会出现一个错误,提示找不到tbb.dll。

I am using cvCanny function in opencv 2.3 it compiles fine,but while executing it gives an error saying 'tbb.dll' not found.

这个dll,在哪里可以找到这个

What is the use of this dll and where can I find this??

感谢,

推荐答案

这是英特尔线程构建模块库的一部分。

It's part of Intel's Threading Building Blocks library.

您可以找到在您的OpenCV安装中的 / build / common / tbb 中,并在您使用的平台和编译器下复制它。例如,在 c:\OpenCV-2.3.1\build\common\tbb\intel64\vc9

You can find a copy of it in your OpenCV install in /build/common/tbb and under the platform and compiler your are using. For example, in c:\OpenCV-2.3.1\build\common\tbb\intel64\vc9

这篇关于找不到tbb.dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆