diff options
author | Jinwei Zhao <[email protected]> | 2016-01-21 19:53:38 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2016-01-21 19:53:38 +0800 |
commit | 2c425c06f30ac4be6b0b6d35aab6d390b169efa4 (patch) | |
tree | 8aaa2389c0c733f083024a6dc7311b5a07f26442 /MATLAB/readme.txt | |
parent | ba1633c59d98341b378ca3da61e9531b5f253c22 (diff) | |
download | GuidedFilter-2c425c06f30ac4be6b0b6d35aab6d390b169efa4.tar.gz |
add MATLAB code
Diffstat (limited to 'MATLAB/readme.txt')
-rwxr-xr-x | MATLAB/readme.txt | 26 |
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 | |||
5 | Matlab demo code for "Guided Image Filtering" (ECCV 2010) | ||
6 | |||
7 | by Kaiming He ([email protected]) | ||
8 | |||
9 | If you use/adapt our code in your work (either as a stand-alone tool or as a component | ||
10 | of any algorithm), you need to appropriately cite our ECCV 2010 paper. | ||
11 | |||
12 | This code is for academic purpose only. Not for commercial/industrial activities. | ||
13 | |||
14 | |||
15 | The running time reported in the paper is from C++ implementation. This matlab code is | ||
16 | a reference for those who would like to reimplement our method. | ||
17 | |||
18 | *************************************************************************************** | ||
19 | *************************************************************************************** | ||
20 | |||
21 | Usage: | ||
22 | |||
23 | guidedfilter.m - guided filter implementation (Eqn(5), (6), (8) in the paper) | ||
24 | guidedfilter_color.m - guided filter for color guidance (Eqn(14), (15), (16) in the paper) | ||
25 | |||
26 | Run the four examples to see the results shown in the paper. | ||