←
ImageConvolve
→
MedianFilter
/
Reference of Built-in Symbols
/
Image Manipulation
/
Image Filters
/
MaxFilter
/
MaxFilter
WMA link
MaxFilter
[
image
,
r
]
gives
image
with a maximum filter of radius
r
applied on it. This always picks the largest value in the filter's area.
hedy = Import["ExampleData/hedy.tif"];
MaxFilter[hedy, 5]
←
ImageConvolve
→
MedianFilter