« View all new features in
Mathematica
9
◄
previous
|
next
►
New in
Mathematica
9
›
Advanced Image Processing with Large Image Support
Image Denoising
Denoise an image using the new nonlocal means filtering.
In[1]:=
In[2]:=
X
res = NonlocalMeansFilter[image, 1];
In[3]:=
X
ImageAssemble[{ImageTake[image, All, 200], ImageTake[res, All, -300]}]
Out[3]=