Fast Guided Filter by Kaiming He
We have uploaded it to github with a purpose of making it easy to access to developers.
Original code (same as this repository) is stored at http://kaiminghe.com/eccv10/
Matlab demo code for "Fast Guided Filter" (arXiv 2015)
by Kaiming He ([email protected])
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.