aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MATLAB/readme.txt')
-rwxr-xr-xMATLAB/readme.txt26
1 files changed, 26 insertions, 0 deletions
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 @@
1
2***************************************************************************************
3***************************************************************************************
4
5Matlab demo code for "Guided Image Filtering" (ECCV 2010)
6
7by Kaiming He ([email protected])
8
9If you use/adapt our code in your work (either as a stand-alone tool or as a component
10of any algorithm), you need to appropriately cite our ECCV 2010 paper.
11
12This code is for academic purpose only. Not for commercial/industrial activities.
13
14
15The running time reported in the paper is from C++ implementation. This matlab code is
16a reference for those who would like to reimplement our method.
17
18***************************************************************************************
19***************************************************************************************
20
21Usage:
22
23guidedfilter.m - guided filter implementation (Eqn(5), (6), (8) in the paper)
24guidedfilter_color.m - guided filter for color guidance (Eqn(14), (15), (16) in the paper)
25
26Run the four examples to see the results shown in the paper.
Powered by cgit v1.2.3 (git 2.41.0)