|
|
| File Information |
| Description |
This function implements the symmetric nearest neighbor filter, a 2D nonlinear filter that reduces noise in an image while at the same time preserving edge content. A code example follows:
RGB = imread('saturn.png');
I = rgb2gray(RGB);
J = imnoise(I,'gaussian',0,0.005);
Y = snn(J,5,true); |
| Required Products |
Image Processing Toolbox
|
| MATLAB release |
MATLAB 7.0.4 (R14SP2)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (5) |
| 17 Mar 2006 |
jim grande
|
|
|
| 30 Mar 2006 |
nadia ihsan
|
|
|
| 14 Feb 2008 |
Anand Muglikar
|
|
|
| 13 Jul 2009 |
Cem
|
|
|
| 09 Dec 2010 |
dragon
|
|
|
|
Contact us at files@mathworks.com