Show all scripts

Kuwahara filter

Category: Image Filters
Author:
Description: This script performs the KUWAHARA filtering of an image as described f.e. at the following homepages: http://www.ph.tn.tudelft.nl/Courses/FIP/noframes/fip-Smoothin.html http://www.fch.vutbr.cz/lectures/imagesci/includes/harfa_screenshots_smoothkuwahara.inc.php The filter is scripted as a funcition, but a main script has been added for testing purposes. Besides the output of the filtered image, it is possible to ouput various processed images from the algorithm. To test the program, just launch it with an open image.
Comments: There is a limitation (or conflict) in User Defined Language with DM script. The operation "/" and "*" cannot be defined as operators in Notepad++ once we define "/*" and "*/" as comment block markers. So I have left "/" and "*" out from the operator list
Script version: 1.0
DM/GMS version: 1.5.1
Script written as a function: Yes
Source: Show code
Download Source Code: Download
Download Zip File: Download