←
ImagePartition
→
Threshold
/
Reference of Built-in Symbols
/
Image Manipulation
/
Basic Image Processing
/
Sharpen
/
Sharpen
WMA link
Sharpen
[
image
]
gives a sharpened version of
image
.
Sharpen
[
image
,
r
]
sharpens
image
with a kernel of size
r
.
hedy = Import["ExampleData/hedy.tif"];
Sharpen[hedy]
Sharpen[hedy, 5]
←
ImagePartition
→
Threshold