cooperll
LambdaSuperRes initial commit
2514fb4
Raw
History Blame Contribute Delete
107 Bytes
function I = shave(I, border)
I = I(1+border(1):end-border(1), ...
1+border(2):end-border(2), :, :);