📄 printprotocol.m
字号:
function printProtocol(ste,X,Y)
%
%
% printProtocol(ste,X,Y)%% Stores the calibration protocol for both cameras in the current woring
% directory.
%
%
%%
printProtocol(ste.leftCam,X(:,[1,2]),Y,ste.leftParam,'index.html',[date 'LeftCamera'])
printProtocol(ste.rightCam,X(:,[3,4]),Y,ste.rightParam,'index.html',[date 'RightCamera'])
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -