当前位置:网站首页>[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] 边栏推荐
猜你喜欢

个人博客系统项目测试

LeetCode刷题日记:74. 搜索二维矩阵

Huawei's 5-year female test engineer resigns: what a painful realization...

The ultra-large-scale industrial practical semantic segmentation dataset PSSL and pre-training model are open source!

From 2023 onwards, these regions will be able to obtain a certificate with a score lower than 45 in the soft examination.

Multi-Party Threshold Private Set Intersection with Sublinear Communication-2021:解读
软件测试功能测试全套常见面试题【开放性思维题】面试总结4-3

ofstream,ifstream,fstream读写文件

Garbage Collector CMS and G1

oracle query scan full table and walk index
随机推荐
Redis 订阅与 Redis Stream
The Paddle Open Source Community Quarterly Report is here, everything you want to know is here
Redis for distributed applications in Golang
Constructor of typescript35-class
求大神解答,这种 sql 应该怎么写?
【ORB_SLAM2】void Frame::AssignFeaturesToGrid()
to-be-read list
CodeTon Round 2 D. Magical Array 规律
2023年起,这些地区软考成绩低于45分也能拿证
个人博客系统项目测试
Golang分布式应用之Redis
雇用WordPress开发人员:4个实用的方法
Understand the big model in seconds | 3 steps to get AI to write a summary
typescript30 - any type
YGG Guild Development Plan Season 1 Summary
PHP 使用 PHPRedis 与 Predis
LeetCode Brushing Diary: 74. Searching 2D Matrix
LeetCode刷题日记:LCP 03.机器人大冒险
3. Bean scope and life cycle
编码经验之谈