plotdistortion.m

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

M
14
字号
function plotDistortion(ste,n)
%
%
%   PLOTDISTORTION(ste,n)
%%   Plots the distortion field for both cameras as a nXn vector filed plot.%%
    subplot(1,2,1);
    plotDistortion(ste.leftCam,ste.leftParam,n);
    subplot(1,2,2);
    plotDistortion(ste.rightCam,ste.rightParam,n);
    

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?