perform_fast_rbf_interpolation.m

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

M
14
字号
function M = perform_fast_rbf_interpolation(v,points, n)% perform_fast_rbf_interpolation - interpolate using quick and dirty RBF.%% M = perform_fast_rbf_interpolation(v, points, n);%%   points(:,i) is the ith point with coordinates in 1...n.%   v(i) is the value of the function.%%   This code uses 1/x^3 RBF and force interpolation.%%	Works only on images (2D data)%%   Copyright (c) Gabriel Peyr

⌨️ 快捷键说明

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