当前位置:网站首页>[ORB_SLAM2] SetPose, UpdatePoseMatrices
[ORB_SLAM2] SetPose, UpdatePoseMatrices
2022-08-02 02:08:00 【Xiaoqiu SLAM practical tutorial】
SetPose
void Frame::SetPose(cv::Mat Tcw){mTcw = Tcw.clone();UpdatePoseMatrices();}
UpdatePoseMatrices
void Frame::UpdatePoseMatrices(){mRcw = mTcw.rowRange(0,3).colRange(0,3);mRwc = mRcw.t();mtcw = mTcw.rowRange(0,3).col(3);// world to cameramOw = -mRcw.t()*mtcw;// camera to the world}world to camera mtcw/n[0;0;0]Camera to World mOw/n[0;0;0]
边栏推荐
- Garbage Collector CMS and G1
- typescript35-class的构造函数
- 6-24 exploit-vnc password cracking
- [ORB_SLAM2] void Frame::ComputeImageBounds(const cv::Mat & imLeft)
- Basic use of typescript34-class
- typescript29-枚举类型的特点和原理
- PHP uses PHPRedis and Predis
- "NetEase Internship" Weekly Diary (2)
- Redis for distributed applications in Golang
- 哈希冲突和一致性哈希
猜你喜欢
Yunhe Enmo: Let the value of the commercial database era continue to prosper in the openGauss ecosystem
垃圾回收器CMS和G1
typescript33 - high-level overview of typescript
Pcie the inbound and outbound
Rust P2P Network Application Combat-1 P2P Network Core Concepts and Ping Program
软件测试 接口自动化测试 pytest框架封装 requests库 封装统一请求和多个基础路径处理 接口关联封装 测试用例写在yaml文件中 数据热加载(动态参数) 断言
Hash collisions and consistent hashing
哈希冲突和一致性哈希
MySQL8 下载、启动、配置、验证
[LeetCode Daily Question]——654. The largest binary tree
随机推荐
Redis 底层的数据结构
C语言之插入字符简单练习
Huawei's 5-year female test engineer resigns: what a painful realization...
Simple example of libcurl accessing url saved as file
密码学的基础:X.690和对应的BER CER DER编码
【轮式里程计】
typescript29-枚举类型的特点和原理
messy website
编码经验之谈
AOF rewrite
Day115.尚医通:后台用户管理:用户锁定解锁、详情、认证列表审批
YGG Guild Development Plan Season 1 Summary
bool框架::PosInGrid (const简历:关键点kp, int &posX, int诗句)
Use baidu EasyDL implement factory workers smoking behavior recognition
使用百度EasyDL实现厂区工人抽烟行为识别
typescript31-any类型
When paying attention to the "Internet +" model, you usually only focus on the "Internet +" model itself
Pcie the inbound and outbound
Garbage Collector CMS and G1
软件测试 接口自动化测试 pytest框架封装 requests库 封装统一请求和多个基础路径处理 接口关联封装 测试用例写在yaml文件中 数据热加载(动态参数) 断言