📄 plot_flattened_dataset.m
字号:
function plot_flattened_dataset(xy,M,k);
% plot_flattened_dataset - nice 2D layout of image according to sampling location xy
%
% plot_flattened_dataset(xy,M,k);
%
% M is a matrix of size (a x b x nbr_images), a collection of images of size (a,b)
% xy should be of size (nbr_sample x 2)
% k is the number of images stiched in each direction.
%
% Copyright (c) 2005 Gabriel Peyr
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -