会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Bravo Yeung
技术自留地
极简编程:IT人实践之路
写文章
博客园
我的首页
写博客
私信我
RSS订阅
闪存
我关注
后台管理
GUI配置
博文列表
网摘夹
文件
相册
变维的梦想
博客园
首页
新随笔
联系
订阅
管理
2023年8月18日
在window下修改文件所有者权限后删除顽固文件的方法
摘要: 先以管理员方式打开Windows powershell。在任务栏上找到 "搜索" 图标(放大镜图标)并点击它,在搜索栏中键入 "PowerShell",在搜索结果中,右键点击 "Windows PowerShell",选择 "以管理员身份运行"。接下来看第二步 以下代码,你需要修改的地方是前面两行,
阅读全文
posted @ 2023-08-18 16:24 变维的梦想
阅读(167)
评论(0)
推荐(0)
2021年4月5日
SRP代码 附录6
摘要: #include <iostream> #include <opencv2/core/core.hpp> #include <opencv2/features2d/features2d.hpp> #include <opencv2/highgui/highgui.hpp> #include <ope
阅读全文
posted @ 2021-04-05 15:10 变维的梦想
阅读(76)
评论(0)
推荐(0)
SRP代码 附录5
摘要: #include <iostream> #include <opencv2/core/core.hpp> #include <opencv2/features2d/features2d.hpp> #include <opencv2/highgui/highgui.hpp> #include <ope
阅读全文
posted @ 2021-04-05 15:09 变维的梦想
阅读(104)
评论(0)
推荐(0)
SRP代码 附录4
摘要: #include <iostream> #include <opencv2/opencv.hpp> // #include "extra.h" // used in opencv2 using namespace std; using namespace cv; void find_feature_
阅读全文
posted @ 2021-04-05 15:07 变维的梦想
阅读(72)
评论(0)
推荐(0)
SRP代码 附录3
摘要: #include <iostream> #include <opencv2/core/core.hpp> #include <opencv2/features2d/features2d.hpp> #include <opencv2/highgui/highgui.hpp> #include <ope
阅读全文
posted @ 2021-04-05 15:06 变维的梦想
阅读(70)
评论(0)
推荐(0)
SRP代码 附录2
摘要: #include <iostream> #include <g2o/core/g2o_core_api.h> #include <g2o/core/base_vertex.h> #include <g2o/core/base_unary_edge.h> #include <g2o/core/bloc
阅读全文
posted @ 2021-04-05 15:04 变维的梦想
阅读(70)
评论(0)
推荐(0)
SRP代码 附录1
摘要: #include <iostream> #include <chrono> #include <opencv2/opencv.hpp> #include <Eigen/Core> #include <Eigen/Dense> using namespace std; using namespace
阅读全文
posted @ 2021-04-05 15:02 变维的梦想
阅读(92)
评论(0)
推荐(0)
2020年11月12日
西瓜书瞎写
摘要: 根据一些样例,来训练我们的模型。如果预测的是离散值,例如“好瓜” “坏瓜”,这种学习任务我们称为“分类”(classification);如果预测的是连续值,例如西瓜的成熟度0.95、0.37,这类任务称为“回归”(regression)。 泛化能力(generalization):学得的模型适用于
阅读全文
posted @ 2020-11-12 10:27 变维的梦想
阅读(96)
评论(0)
推荐(0)
公告
分享到: