📄 getrotationmatrices.m
字号:
function [R1,R2] = getRotationMatrices(ste)
%
% [R1, R2] = GETROTATIONMATRICES(ste)
%
% Returns the rotation matrices of both camera models.
%
R1 = getRotationMatrix(ste.leftCam,ste.leftParam);
R2 = getRotationMatrix(ste.rightCam,ste.rightParam);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -