tbb.dll not found

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

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

thanks,

1 Answer

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

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

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like