Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lambdalabs
/
LambdaSuperRes
like
13
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
2514fb4
LambdaSuperRes
/
KAIR
/
matlab
/
shave.m
cooperll
LambdaSuperRes initial commit
2514fb4
over 2 years ago
raw
Copy download link
history
blame
Safe
107 Bytes
function I
=
shave(I, border)
I
=
I(
1
+border(
1
):end-border(
1
), ...
1
+border(
2
):end-border(
2
), :, :);