上一页 1 2 3 4 5 6 7 8 9 10 ··· 39 下一页
摘要: 时间点与时间段 C++11 std::chrono时间库 typedef duration <Rep, ratio<3600,1>> hours; typedef duration <Rep, ratio<60,1>> minutes; typedef duration <Rep, ratio<1, 阅读全文
posted @ 2021-07-12 14:59 玥茹苟 阅读(517) 评论(0) 推荐(0) 编辑
摘要: //Jean-Daniel Boissonnat, Frédéric Chazal and Mariette Yvinec https://www-sop.inria.fr/members/Jean-Daniel.Boissonnat/ //davideberly https://github.co 阅读全文
posted @ 2021-06-30 15:12 玥茹苟 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 设置lua脚本: -- POSE_GRAPH.constraint_builder.log_matches = truePOSE_GRAPH.optimization_problem.log_solver_summary = true POSE_GRAPH.optimization_problem. 阅读全文
posted @ 2021-06-21 17:40 玥茹苟 阅读(1247) 评论(0) 推荐(0) 编辑
摘要: ceres关于图优化问题 首先是图的节点,一般为位姿;再者,边代表节点与节点之间的相对变换(旋转和平移),一般是真实测量的数据,如里程计、激光雷达数据、imu数据等。如下图,三角形代表位姿、边代表测量数据;虚线代表回环检测的约束边。 #include <fstream> #include <iost 阅读全文
posted @ 2021-06-19 18:46 玥茹苟 阅读(853) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-06-17 19:56 玥茹苟 阅读(0) 评论(0) 推荐(0) 编辑
摘要: c++11 std::thread 在类的成员函数中、调用其他类的成员函数 阅读全文
posted @ 2021-06-16 17:10 玥茹苟 阅读(820) 评论(0) 推荐(0) 编辑
摘要: 相机重投影误差 相机归一化公式: 相机归一化与外参变换公式: 相机畸变: 代码: // Templated pinhole camera model for used with Ceres. The camera is // parameterized using 9 parameters: 3 f 阅读全文
posted @ 2021-06-08 15:26 玥茹苟 阅读(432) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-06-04 10:58 玥茹苟 阅读(0) 评论(0) 推荐(0) 编辑
摘要: std::async 参考: (原创)用C++11的std::async代替线程的创建 - 南哥的天下 - 博客园 (cnblogs.com) 阅读全文
posted @ 2021-06-03 16:40 玥茹苟 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 参考: C++中hpp的适用 - PKICA - 博客园 (cnblogs.com) 阅读全文
posted @ 2021-06-03 13:59 玥茹苟 阅读(319) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 39 下一页