perform_2d_int_translation.m

来自「image denoising toolbox in matlab」· M 代码 · 共 10 行

M
10
字号
function MW = perform_2d_int_translation(M, dx, dy, bound)

% perform_2d_int_translation - perform a 2D integer translation
%
%   MW = perform_2d_int_translation(M, dx, dy, bound);
%
%   bound tells how boundary are handeled, it can 
%   be either 'sym' (symmetric) or 'per' (periodic)
%
%   Copyright (c) 2005 Gabriel Peyr

⌨️ 快捷键说明

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