首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
边城量子
掘友等级
5G Network Solution Architect
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
5
文章 5
沸点 0
赞
5
返回
|
搜索文章
边城量子
5G Network Solution Architect
·
3年前
关注
Flink学习
-哔哩哔哩】
b23.tv
赞过
分享
评论
1
边城量子
5G Network Solution Architect
·
3年前
关注
Lie Group Foundations
Lie Group Foundations 基本概念 李群 是一个群同时也是一个光滑的(可微的)的流形, 定义其上的群乘法和求逆运算都是可微的; 李代数 $\mathcal...
0
评论
分享
边城量子
5G Network Solution Architect
·
3年前
关注
C++中 template cast ( 以Sophus库为例 )
在阅读 Sophus 库代码时, 经常会遇到 template cast 的使用, 例如: sophus/so3.hpp: 通过...
1
评论
分享
边城量子
5G Network Solution Architect
·
3年前
关注
C++ typename和constexpr(以Sophus库为例)
在阅读 Sophus 库代码时, 经常会遇到 typename 和 constexpr 的使用, 例如: sophus/so3....
0
评论
分享
边城量子
5G Network Solution Architect
·
3年前
关注
C++ traits ( 以Sophus库为例 )
在阅读 Sophus 库代码时, 经常会遇到 traits 的使用。例如: sophus.so3.hpp: C++ traits。...
0
评论
分享
边城量子
5G Network Solution Architect
·
3年前
关注
Sophus源码逐行解读 ( 结合视觉SLAM十四讲的概念 )
sophus的代码解读, 包括但不限于 common.hpp, so3.hpp, se3.hpp, 并且和视觉SLAM十四讲进行结合, 阐述相关理论。...
9
评论
分享
边城量子
5G Network Solution Architect
·
3年前
关注
C++中 enable_if 的用法( 以Sophus库为例 )
在阅读 Sophus 库代码时, 经常会遇到 std::enable_if 的使用, 例如在 common.h 中就有如下的代码 common.h: 这里的 enable_...
0
评论
分享
边城量子
5G Network Solution Architect
·
3年前
关注
c++中explicit (以Sophus为例)
C++中用 explicit 来修饰一个类的构造函数时,它表明这个构造函数是显式的。不加 explicit 或加 implicit 修饰时,则表明时隐式的。 那这两种方式有...
0
评论
分享
边城量子
5G Network Solution Architect
·
3年前
关注
C++中宏用do{} while(false)的原因( 以Sophus 为例)
背景 在C++库的代码过程中,经常会遇到把一个宏定义用 do{ }while(false) 包括起来的情况, 为什么要把宏这么定义?...
0
评论
分享
边城量子
关注了
zidea
5G Network Solution Architect
边城量子
5G Network Solution Architect
·
3年前
关注
Ubuntu18.04下Sophus库的安装(模板库模式)
主要是介绍模板方式的Sophus库在Ubuntu18.04下的安装 安装Sophus Sophus需要3.3.x及以上版本的Eigen, 因此先下载Eigen并部署。 fm...
0
评论
分享
边城量子
5G Network Solution Architect
·
3年前
关注
用python 实现龙格-库塔(Runge-Kutta)方法
龙格-库塔法是1900年数学家卡尔-龙格和马丁-威尔海姆在1900年提出的一种求解非线性常微分方程的一种方法。...
2
评论
分享
边城量子
5G Network Solution Architect
·
3年前
关注
对极约束公式推导, 八点法方程组
对极约束公式推导; 本质矩阵、基础矩阵定义, 以及八点法(Eight Point Algorithm)方程组如何进行工作的推导...
0
评论
分享
边城量子
5G Network Solution Architect
·
3年前
关注
轨迹评估介绍 与 evo 工具使用
本文介绍了轨迹评估的基本概念,包括轨迹对齐、尺度变换、绝对轨迹误差、相对轨迹误差以及计算方法,相关论文,以及evo轨迹评估工具的安装、使用举例、命令参数详解。...
2
评论
分享
边城量子
5G Network Solution Architect
·
3年前
关注
Sophus库编程基础
Sophus编程开发的基本概念介绍. 包括如何定义SO3/SE3/so3/se3的李群李代数, 包括它们之间如何进行相互的转换,以及从向量求反对称矩阵等示例....
1
评论
分享
边城量子
5G Network Solution Architect
·
3年前
关注
Ubuntu18.04下Sophus库的安装(非模板库模式)
Ubuntu8.04下Sophus非模板库的安装 包括CMakeLists.txt 和 C++ 代码的修改...
0
评论
分享
下一页
个人成就
文章被点赞
22
文章被阅读
39,655
掘力值
636
关注了
19
关注者
26
收藏集
4
关注标签
34
加入于
2016-10-19