c++ - 在 VS 15.7.5 中将 opencv 3.4.1 悬停在 Mat 上仍然卡住

标签 c++ visual-studio opencv mat

当鼠标悬停在 openCV 3.4.1 中的 Mat 关键字上时,其他人是否仍然在 VS 15.7.5 中卡住? (注意:我已经使用 cmake 将 openCV 3.4.1 和 contrib 模块包含到 VS 中。)

同一问题的引用链接,但适用于旧版本的 Visual Studios: Link for old question .显然 15.7.4 应该是一个修复? Upvoted answer saying that the fix happened.

Andrew 的解决方案也适用于 15.7.5。 Link for temp solution.请花时间称赞他。

Screenshot for Andrew's solution

最佳答案

根据 this Visual Studio thread它已在 VS 15.8.0 预览版 5 中修复。可以找到 here .

关于c++ - 在 VS 15.7.5 中将 opencv 3.4.1 悬停在 Mat 上仍然卡住,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51372040/

相关文章:

c++ - 如何从 HBITMAP 获取 RGBQUAD?

c++ - IE状态栏。我需要在状态栏上添加一个可点击的图标

visual-studio - Visual Studio UML 类图和泛型建模

opencv - 通过对象和轮廓点消除没有棋盘的相机失真

c++ - 对指针及其地址感到困惑

c++ - 在C++中创建线程时出错

c++ - CAA Rade 的环境帮助

visual-studio - 调试后 PDB 保持打开状态(Windows 10、Visual Studio)

python - 如何使用 opencv (python/c++) 从图像中去除模糊

c# - 如何使用 OpenCVSharp 将 Mat 转换为 Bitmap?