vgg_scatter_plot_homg.m

来自「多视图几何三维重建程序」· M 代码 · 共 9 行

M
9
字号
function vgg_scatter_plot_homg(homg_points, style)
% vgg_scatter_plot_homg(homg_points, style)
%
% Scatter plot homogeneous points

if nargin == 1, style = '+'; end

vgg_scatter_plot(vgg_get_nonhomg(homg_points), style);

⌨️ 快捷键说明

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