Reputation:
I am trying to use the MSER sample found in the samples directory of OpenCV 2.3.1. At the moment the DLL missing error keeps popping up. This is the first time I am testing the MSER code and doubt that there is any dependency on TBB (Thread Building Block Routines).
Can I disable this dependency? Has anyone encountered this problem? I downloaded the OpenCV2.3.1 super pack today. And I am stuck on the very first sample I am testing.
Thanks for the guidance.
Upvotes: 0
Views: 1682
Reputation: 30122
It is known "feature" of OpenCV 2.3.1 Windows package. The dll is really missing and you need to find it somewhere. The recent 2.4.0 beta has this dll.
Upvotes: 1