cooperll
LambdaSuperRes initial commit
2514fb4
raw
history blame
107 Bytes
function I = shave(I, border)
I = I(1+border(1):end-border(1), ...
1+border(2):end-border(2), :, :);