Introduction - If you have any usage issues, please Google them yourself
Matlab demo code for Guided Image Filtering (ECCV 2010)
Contributed by Kaiming He (hkm007@ie.cuhk.edu.hk)
Please note that the running time reported in the paper is C++ implementation.
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.