original github code matlab
function T = reflectSuppress(Im, h, epsilon) Y = im2double(Im); [m, n, r] = size(Y); T = zeros(m,n,r); Y_Laplacian_