摘要: 先以管理员方式打开Windows powershell。在任务栏上找到 "搜索" 图标(放大镜图标)并点击它,在搜索栏中键入 "PowerShell",在搜索结果中,右键点击 "Windows PowerShell",选择 "以管理员身份运行"。接下来看第二步 以下代码,你需要修改的地方是前面两行, 阅读全文
posted @ 2023-08-18 16:24 变维的梦想 阅读(167) 评论(0) 推荐(0)
摘要: #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)
摘要: #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)
摘要: #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)
摘要: #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)
摘要: #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)
摘要: #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)
摘要: 根据一些样例,来训练我们的模型。如果预测的是离散值,例如“好瓜” “坏瓜”,这种学习任务我们称为“分类”(classification);如果预测的是连续值,例如西瓜的成熟度0.95、0.37,这类任务称为“回归”(regression)。 泛化能力(generalization):学得的模型适用于 阅读全文
posted @ 2020-11-12 10:27 变维的梦想 阅读(96) 评论(0) 推荐(0)
分享到: