From 2c425c06f30ac4be6b0b6d35aab6d390b169efa4 Mon Sep 17 00:00:00 2001 From: Jinwei Zhao Date: Thu, 21 Jan 2016 19:53:38 +0800 Subject: add MATLAB code --- MATLAB/readme.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 MATLAB/readme.txt (limited to 'MATLAB/readme.txt') diff --git a/MATLAB/readme.txt b/MATLAB/readme.txt new file mode 100755 index 0000000..6844b4d --- /dev/null +++ b/MATLAB/readme.txt @@ -0,0 +1,26 @@ + +*************************************************************************************** +*************************************************************************************** + +Matlab demo code for "Guided Image Filtering" (ECCV 2010) + +by Kaiming He (kahe@microsoft.com) + +If you use/adapt our code in your work (either as a stand-alone tool or as a component +of any algorithm), you need to appropriately cite our ECCV 2010 paper. + +This code is for academic purpose only. Not for commercial/industrial activities. + + +The running time reported in the paper is from C++ implementation. This matlab code is +a reference for those who would like to reimplement our method. + +*************************************************************************************** +*************************************************************************************** + +Usage: + +guidedfilter.m - guided filter implementation (Eqn(5), (6), (8) in the paper) +guidedfilter_color.m - guided filter for color guidance (Eqn(14), (15), (16) in the paper) + +Run the four examples to see the results shown in the paper. -- cgit v1.2.3