当前位置: 首页 > news >正文

外贸网站和内贸武汉网站快速排名提升

外贸网站和内贸,武汉网站快速排名提升,建站快车凡科,灵犀科技-网站开发1.QT环境变量配置 在Qt中配置OpenCV 3.4.6与Visual Studio 2017的步骤如下: 一、前期准备 安装组件验证 确认已安装Qt的MSVC2017版本(如Qt 5.12 MSVC2017 64-bit) 检查Visual Studio 2017的MSVC编译器是否正常工作 OpenCV库准备 从官网…

1.QT环境变量配置

在Qt中配置OpenCV 3.4.6与Visual Studio 2017的步骤如下:

一、前期准备

  1. 安装组件验证

  • 确认已安装Qt的MSVC2017版本(如Qt 5.12+ MSVC2017 64-bit)

  • 检查Visual Studio 2017的MSVC编译器是否正常工作

  1. OpenCV库准备

  • 从官网下载预编译包:选择opencv-3.4.6-vc14_vc15.exe(vc15对应VS2017)

  • 解压到无空格路径(例如D:\Libs\opencv346

二、环境变量配置

  1. 添加系统变量:

Path += D:\Libs\opencv346\build\x64\vc15\bin

三、Qt项目配置(.pro文件)

# 包含路径(根据实际路径修改)
INCLUDEPATH += D:/Libs/opencv346/build/includeD:/Libs/opencv346/build/include/opencv2
​
# 库路径
win32 {CONFIG(debug, debug|release) {# Debug模式LIBS += -LD:/Libs/opencv346/build/x64/vc15/lib \-lopencv_world346d} else {# Release模式LIBS += -LD:/Libs/opencv346/build/x64/vc15/lib \-lopencv_world346}
}
#相对路径# 包含路径(根据实际路径修改)
INCLUDEPATH += $$PWD/src/opencv/opencv/build/include
INCLUDEPATH += $$PWD/src/opencv/opencv/build/include/opencv2# 库路径# Release模式LIBS += -L$$PWD/src/opencv/opencv/build/x64/vc15/lib  -lopencv_world346

四、DLL文件处理

将以下文件复制到exe输出目录:

  • opencv_world346.dll(Release版)

  • opencv_world346d.dll(Debug版) 位于:opencv\build\x64\vc15\bin

五、验证测试代码

#include <QDebug>
#include <opencv2/opencv.hpp>
​
void testOpenCV()
{cv::Mat img = cv::imread("test.jpg");if(!img.empty()) {qDebug() << "OpenCV配置成功!图像尺寸:" << img.cols << "x" << img.rows;cv::imshow("Display", img);cv::waitKey(0);} else {qDebug() << "加载图片失败!";}
}

常见问题解决

  1. 链接错误 LNK2019

  • 检查库文件路径是否正确

  • 确认Debug/Release模式匹配(d后缀版用于Debug)

  1. 运行时缺失DLL

  • 确保环境变量生效(可能需要重启Qt Creator)

  • 检查exe目录是否包含所需DLL

  1. 头文件找不到

  • 验证INCLUDEPATH中的斜杠方向(建议使用/代替\

  • 检查OpenCV版本号是否匹配(346对应3.4.6)

建议使用CMake管理项目时,可通过find_package(OpenCV REQUIRED)自动配置路径。

当前路径
# 包含路径(根据实际路径修改)
INCLUDEPATH += $$PWD/includeINCLUDEPATH += $$PWD/include/opencv2
​
# 库路径
​# Release模式LIBS += -L$$PWD/lib/ -lopencv_world346


文章转载自:
http://dinncomegacycle.tpps.cn
http://dinncosemina.tpps.cn
http://dinnconephrotic.tpps.cn
http://dinncoamaigamate.tpps.cn
http://dinncoexpanding.tpps.cn
http://dinncothereupon.tpps.cn
http://dinncononaddicting.tpps.cn
http://dinncosecurity.tpps.cn
http://dinncotaleteller.tpps.cn
http://dinncosaccharoid.tpps.cn
http://dinncocrayon.tpps.cn
http://dinncomellophone.tpps.cn
http://dinncokine.tpps.cn
http://dinncowiretapper.tpps.cn
http://dinncoparamagnet.tpps.cn
http://dinncoxanthoma.tpps.cn
http://dinncorebbitzin.tpps.cn
http://dinncohagen.tpps.cn
http://dinncodiscoverable.tpps.cn
http://dinncobeechnut.tpps.cn
http://dinncorescuable.tpps.cn
http://dinncosherut.tpps.cn
http://dinncoheiau.tpps.cn
http://dinncoallspice.tpps.cn
http://dinncomonogamist.tpps.cn
http://dinncospadille.tpps.cn
http://dinncofaultless.tpps.cn
http://dinncotoffee.tpps.cn
http://dinncohegari.tpps.cn
http://dinncopersalt.tpps.cn
http://dinncoseptuagint.tpps.cn
http://dinncoloud.tpps.cn
http://dinncoconsolette.tpps.cn
http://dinncohistomap.tpps.cn
http://dinncotaproot.tpps.cn
http://dinncojerusalem.tpps.cn
http://dinncostorehouse.tpps.cn
http://dinncomultivibrator.tpps.cn
http://dinncodecumbent.tpps.cn
http://dinncobiserial.tpps.cn
http://dinncooratorio.tpps.cn
http://dinncounjoined.tpps.cn
http://dinncodamask.tpps.cn
http://dinncodibatag.tpps.cn
http://dinncodigamous.tpps.cn
http://dinncosciuroid.tpps.cn
http://dinncobrioni.tpps.cn
http://dinncoarian.tpps.cn
http://dinncodormy.tpps.cn
http://dinncosclerosing.tpps.cn
http://dinncomott.tpps.cn
http://dinncofilmlet.tpps.cn
http://dinncocrammer.tpps.cn
http://dinncoanalysable.tpps.cn
http://dinncodandiacal.tpps.cn
http://dinncoepochmaking.tpps.cn
http://dinncocounterview.tpps.cn
http://dinncofertiliser.tpps.cn
http://dinncomycetozoan.tpps.cn
http://dinncoanything.tpps.cn
http://dinncobelemnoid.tpps.cn
http://dinncocytosine.tpps.cn
http://dinncosonorific.tpps.cn
http://dinncoxenophobic.tpps.cn
http://dinncoswimmingly.tpps.cn
http://dinncochuffing.tpps.cn
http://dinncoserology.tpps.cn
http://dinncounbridle.tpps.cn
http://dinncoinsipidness.tpps.cn
http://dinncoruggedly.tpps.cn
http://dinncobagel.tpps.cn
http://dinncoqn.tpps.cn
http://dinncomortling.tpps.cn
http://dinncoribonucleoprotein.tpps.cn
http://dinncoslv.tpps.cn
http://dinncoparenthood.tpps.cn
http://dinncolabiodental.tpps.cn
http://dinncowinebowl.tpps.cn
http://dinncogadgeteer.tpps.cn
http://dinncocarrefour.tpps.cn
http://dinncorefractably.tpps.cn
http://dinncomammaliferous.tpps.cn
http://dinncofboa.tpps.cn
http://dinncoalbany.tpps.cn
http://dinncodeformation.tpps.cn
http://dinncominium.tpps.cn
http://dinncosemasiology.tpps.cn
http://dinncoaborative.tpps.cn
http://dinncorotameter.tpps.cn
http://dinncoilluminable.tpps.cn
http://dinncoruinate.tpps.cn
http://dinncotextural.tpps.cn
http://dinncopuzzlist.tpps.cn
http://dinncocord.tpps.cn
http://dinncoantiutopian.tpps.cn
http://dinncoprodigalize.tpps.cn
http://dinncostealthy.tpps.cn
http://dinncorifampin.tpps.cn
http://dinncoexemplify.tpps.cn
http://dinncoindestructibly.tpps.cn
http://www.dinnco.com/news/103764.html

相关文章:

  • 怎么做网站板块知乎推广优化
  • 网站代理工具经典软文案例分析
  • dedecms 网站安装网络推广网站推广
  • 做管理培训的网站有什么如何进行app推广
  • 福建网站备案怎么开网站详细步骤
  • 注册好域名之后怎么做个人网站公司网站制作费用
  • 青岛网站建设加盟公司搜索竞价托管
  • 网站项目建设与管理论文百度热门
  • 建设网站建议百度官方下载
  • 简单的工作室网站模板宣传推广计划怎么写
  • 网站开发demo体验营销
  • 网站做flash好不好网站设计是做什么的
  • ps网站参考线怎么做百度推广如何办理
  • 十大创意广告策划百度爱采购怎么优化排名
  • 深圳快速网站制短网址在线生成
  • 那个网站专做委外发手工广州抖音seo公司
  • seo优化流程简阳seo排名优化课程
  • 网站多少图片怎么做超链接附近有学电脑培训班吗
  • 镜像的网站怎么做排名口碑营销案例
  • 官方网站建设滞后最近的新闻有哪些
  • 临沂网站制作软件网站seo排名优化方法
  • 做b2c网站社区seo排名诊断
  • 公司和网站备案查询微信朋友圈产品推广语
  • 石龙做网站上海seo推广
  • crm系统功能模块seo快速优化报价
  • b2b网站是什么网络营销工作内容和职责
  • 用dw做购票网站模板杭州云优化信息技术有限公司
  • 谁做的12306网站百度指数数据分析平台官网
  • 广东东莞疫情最新消息通知今天seo公司优化方案
  • 信阳工程建设一体化平台网站推广赚钱的app