Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用在OpenCV 2.3.1的示例目录中找到的 MSER 示例。目前DLL丢失错误不断弹出。这是我第一次测试 MSER 代码并且怀疑是否存在对 TBB(线程构建块例程)的依赖。
我可以禁用这个依赖吗?有没有人遇到过这个问题?我今天下载了OpenCV2.3.1超级包。我被困在我正在测试的第一个样本上。
感谢您的指导。
它是 OpenCV 2.3.1 Windows 包的已知“功能”。dll 确实丢失了,您需要在某个地方找到它。最近的 2.4.0 beta 有这个 dll。