Kuwahara Filter Implementation

Kuwahara filter implementation for coloured images.
1.2K Downloads
Updated 22 Jan 2011

View License

The pseudo-code/java applet referred to for the implementation can be found here:
http://www.cse.ust.hk/learning_objects/imageprocessing/kuwahara/kuwahara.html

Code example:
I = imread('peppers.png');
I_f = kuwahara_filter(I);
imshow(I_f);

Cite As

Carlos Wang (2024). Kuwahara Filter Implementation (https://www.mathworks.com/matlabcentral/fileexchange/30132-kuwahara-filter-implementation), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0