compute_subwindows_matrix.m
来自「image denoising toolbox in matlab」· M 代码 · 共 10 行
M
10 行
function X = compute_subwindows_matrix(A,k,mask)
% compute_subwindows_matrix - compute a matrix containing each sub-windows.
%
% X = compute_subwindows_matrix(A,k,mask);
%
% If A is of size [n,p], then X is of size [(2*k+1)^2,n*p].
% Each row contains a sub-windows of A of size (2*k+1)x(2*k+1).
%
% Copyright (c) 2004 Gabriel Peyr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?