会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
私人空间
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
50
下一页
2023年4月
ubuntu安装opencv
摘要: 在编译的命令里面添加一条-D WITH_CUDA=OFF就行了。cmake -D CMAKE_BUILD_TYPE=Release -D WITH_CUDA=OFF -D CMAKE_INSTALL_PREFIX=/usr/local .. opencv4.4安装: cmake -D CMAKE_B
阅读全文
posted @ 2023-04-19 10:51 小kk_p
阅读(24)
评论(0)
推荐(0)
2023年3月
vscode代码自动补齐及代码自动跳转
摘要: https://blog.csdn.net/qq_42537872/article/details/123444528 背景:我在虚拟机中安装了ubuntu16.04 的ubuntu,在联系PCL的时候,发现代码无法自动补齐。 解决办法: 一.先安装C++的依赖包 二.在VScode中安装插件 即可
阅读全文
posted @ 2023-03-31 11:16 小kk_p
阅读(552)
评论(0)
推荐(0)
Linux 高级命令汇总
摘要: https://blog.csdn.net/Guo_Python/article/details/106895949
阅读全文
posted @ 2023-03-30 17:48 小kk_p
阅读(19)
评论(0)
推荐(0)
CMakeList配置OpenCV
摘要: https://blog.csdn.net/qq_28368377/article/details/124843943 cmake_minimum_required(VERSION 3.18.1) project(focus_stack ) message("##################")
阅读全文
posted @ 2023-03-29 15:35 小kk_p
阅读(136)
评论(0)
推荐(0)
android studio 调用 c++
摘要: https://blog.csdn.net/Kazinshy/article/details/120779786
阅读全文
posted @ 2023-03-17 10:58 小kk_p
阅读(27)
评论(0)
推荐(0)
conda安装不报错
摘要: conda install timm -c conda-forge
阅读全文
posted @ 2023-03-14 14:00 小kk_p
阅读(22)
评论(0)
推荐(0)
如何用pip指令将python包安装到虚拟环境中
摘要: pip install efficientnet_pytorch --target=/home/top/anaconda3/envs/py38/lib/python3.8/site-packages
阅读全文
posted @ 2023-03-13 17:49 小kk_p
阅读(226)
评论(0)
推荐(0)
2022年,求推荐几本自学C++的书籍?
摘要: https://www.zhihu.com/question/515400774
阅读全文
posted @ 2023-03-06 18:09 小kk_p
阅读(36)
评论(0)
推荐(0)
conda安装库
摘要: conda install -c conda-forge matplotlib
阅读全文
posted @ 2023-03-03 11:52 小kk_p
阅读(31)
评论(0)
推荐(0)
2023年2月
通俗易懂理解——傅里叶变换
摘要: https://zhuanlan.zhihu.com/p/317204914
阅读全文
posted @ 2023-02-23 17:38 小kk_p
阅读(119)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
50
下一页
公告