%matlab code for the 2D box Spline function val = boxSplineLinear(X,Y) val = max(0, 1- max(abs(X)+1/sqrt(3)*abs(Y), abs(Y)));… more →
What Ever I Codemohsenam wrote 1 year ago: %matlab code for the 2D box Spline function val = boxSplineLinear(X,Y) val = max(0, 1- max(abs(X)+1/ … more →
mohsenam wrote 1 year ago: Implementation of the Matlab Code Present in the “Three-Directional Box-Splines: Characterizat … more →