Mathematica > Data Manipulation > Image Processing & Analysis > Image Filtering & Neighborhood Processing >

Blur

Blur[image]
gives a blurred version of image.
Blur[image, r]
gives a version of image blurred over pixel radius r.
  • Blur[image] is equivalent to Blur[image, 2].
  • Blur operates separately on each channel in an image.
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team