|
|
| File Information |
| Description |
This function implements the Kuwahara 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 = kuwahara(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 (4) |
| 02 Nov 2005 |
Chaiwoot Boonyasiriwat
|
|
|
| 12 Dec 2005 |
Davide Bianconi
|
|
|
| 10 Jun 2006 |
Giovanni Motta
|
|
|
| 23 Oct 2006 |
Kaj W
|
|
|
|
Contact us at files@mathworks.com