plotthemps.m
来自「一个很好用的摄像机标定程序」· M 代码 · 共 10 行
M
10 行
function plotThemPS( im_points )axis( [0, 704, 0, 573] );gset term postscriptgset output "/root/diplomka/impoints.ps"gset title "Coordinates of reference points in the image plane"plot( im_points( :, 1 ), im_points( :, 2 ), 'x6' );endfunction
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?