解决由于找不到 opencv_world480d.ddl,无法继续执行代码。重新安装程序可能会解决此问题。
opencv
OpenCV: 开源计算机视觉库
项目地址:https://gitcode.com/gh_mirrors/opencv31/opencv

·
一、问题描述
在Windows11系统下,visual studio 2022中配置OpenCV4.8.0出现如下的问题。
具体配置操作参照这两个网站
C++ OpenCV在Visual Studio中的配置-腾讯云开发者社区-腾讯云
但是,由于网站中作者配置时候其将OpenCV的源文件安装在C盘下,而我则将其安装在D盘下,在运行程序时候发生的报错。提示无法查询到
由于找不到 opencv_world480d.ddl,无法继续执行代码。重新安装程序可能会解决此问题。
二、问题解决
解决方案参照这篇博客
成功解决 由于找不到opencv_world410d.dll,无法执行代码,重新安装程序可能会解决此问题_由于找不到opencv_world470d.dll-CSDN博客
将dll文件放在C盘下,即可解决。




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 天前
更多推荐
所有评论(0)