-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathreadme.txt
26 lines (15 loc) · 1021 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
***************************************************************************************
***************************************************************************************
Matlab demo code for "Fast Guided Filter" (arXiv 2015)
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 work.
This code is for academic purpose only. Not for commercial/industrial activities.
***************************************************************************************
***************************************************************************************
Usage:
guidedfilter.m - (original) guided filter implementation
guidedfilter_color.m - (original) guided filter for color guidance
fastguidedfilter.m - fast guided filter implementation
fastguidedfilter_color.m - fast guided filter for color guidance
Run the four examples to see the results shown in the paper.