一、问题描述

        在Windows11系统下,visual studio 2022中配置OpenCV4.8.0出现如下的问题。

        具体配置操作参照这两个网站

C++ OpenCV在Visual Studio中的配置-腾讯云开发者社区-腾讯云

 Visual Studio调用已配置好的C++库的方法

        但是,由于网站中作者配置时候其将OpenCV的源文件安装在C盘下,而我则将其安装在D盘下,在运行程序时候发生的报错。提示无法查询到 

 由于找不到 opencv_world480d.ddl,无法继续执行代码。重新安装程序可能会解决此问题。

 二、问题解决

        解决方案参照这篇博客

成功解决 由于找不到opencv_world410d.dll,无法执行代码,重新安装程序可能会解决此问题_由于找不到opencv_world470d.dll-CSDN博客

        将dll文件放在C盘下,即可解决。

GitHub 加速计划 / opencv31 / opencv
216
19
下载
OpenCV: 开源计算机视觉库
最近提交(Master分支:10 天前 )
5c1c39af dnn: Tune CONV_NR_FP32 size for WASM #27773 We can see ~20% inference time reduction on local benchmark. The local benchmark includes face detection with res10_300x300_ssd_iter_140000_fp16.caffemodel and image classification with squeezenet.onnx . ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [ ] The PR is proposed to the proper branch - [ ] There is a reference to the original bug report and related work - [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [ ] The feature is well documented and sample code can be built with the project CMake 1 天前
5b1d3255 build: fix OpenBLAS cmake search 6 天前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐