getrotationmatrices.m

来自「三维重建」· M 代码 · 共 11 行

M
11
字号
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 + =
减小字号Ctrl + -
显示快捷键?