当前位置:网站首页>[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] 边栏推荐
- swift project, sqlcipher3 -> 4, cannot open legacy database is there a way to fix it
- Speed up your programs with bitwise operations
- 6-25 Vulnerability Exploitation - irc Backdoor Exploitation
- 乱七八糟的网站
- libcurl访问url保存为文件的简单示例
- 成都openGauss用户组招募啦!
- Yunhe Enmo: Let the value of the commercial database era continue to prosper in the openGauss ecosystem
- typescript31-any类型
- AOF rewrite
- Image fusion based on weighted 】 and pyramid image fusion with matlab code
猜你喜欢

ofstream,ifstream,fstream读写文件

Constructor instance method of typescript36-class

秒懂大模型 | 3步搞定AI写摘要

Hash collisions and consistent hashing

AOF重写

Scheduled tasks for distributed applications in Golang

Constructor instance method inheritance of typescript38-class (implement)

typescript33-typescript高级概述

3. Bean scope and life cycle

Win Go development kit installation configuration, GoLand configuration
随机推荐
秒懂大模型 | 3步搞定AI写摘要
[ORB_SLAM2] void Frame::ComputeImageBounds(const cv::Mat & imLeft)
volatile原理解析
typescript30 - any type
[LeetCode Daily Question]——654. The largest binary tree
垃圾回收器CMS和G1
messy website
"Introduction to Natural Language Processing Practice" Question Answering Robot Based on Knowledge Graph
Golang分布式应用之Redis
Typescript31 - any type
Navicat data shows incomplete resolution
HSDC is related to Independent Spanning Tree
LeetCode刷题日记:74. 搜索二维矩阵
Handwritten Blog Platform ~ Day Two
Redis Persistence - RDB and AOF
CodeTon Round 2 D. Magical Array 规律
Day115. Shangyitong: Background user management: user lock and unlock, details, authentication list approval
ofstream,ifstream,fstream读写文件
LeetCode brushing diary: 53, the largest sub-array and
LeetCode brush diary: LCP 03. Machine's adventure