📄 perform_fast_rbf_interpolation.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -