基于百度AI的图像识别

时间:2022-04-27 16:55:32
【文件属性】:
文件名称:基于百度AI的图像识别
文件大小:5KB
文件格式:ZIP
更新时间:2022-04-27 16:55:32
百度 人工智能 百度云 云计算 开发环境:Windows QT 适合人群:有C++和QT开发基础 借助百度AI开放平台,完成的图像识别demo(仅限于识别动物)
【文件预览】:
imageIdentify
----imageIdentify.pro(1KB)
----main.cpp(183B)
----mainwindow.ui(2KB)
----image.cpp(593B)
----mainwindow.cpp(2KB)
----image.h(264B)
----mainwindow.h(598B)
----http.h(399B)
----http.cpp(926B)

网友评论

  • 编译、运行时出现几个问题已解决: 1. 运行时出现 [zhaxok] Enter HookDeskTopWindowMsg [zhaxok] Enter InitInternalShellExt[zhaxok] C:\Program Files (x86)\Tencent\QQPCMgr\13.3.20238.213\QMInternalShellExt64.dll is not exists so failed 解决方法: 参考 https://blog.csdn.net/u010874292/article/details/110160884 卸载腾讯电脑管家软件 2.运行时出现qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method 解决措施:Qt5中本人参考https://blog.csdn.net/bladeandmaster88/article/details/52351339 3.运行时出现qt.tlsbackend.ossl: Failed to load libssl/libcrypto Qt6的解决措施:参考CSDN文章将Qt自带1.1.1.k 版本的libcrypto-1_1-x64.dll和libssl-1_1-x64.dll放到……