Kuwahara Filter Implementation

Kuwahara filter implementation for coloured images.
1,2K Downloads
Aktualisiert 22. Jan 2011

Lizenz anzeigen

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);

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2008b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0