Description: 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.
To Search:
File list (Check if you may need any files):
guided-filter-code\boxfilter.m
..................\example_enhancement.m
..................\example_feathering.m
..................\example_flash.m
..................\example_smoothing.m
..................\guidedfilter.m
..................\guidedfilter_color.m
..................\readme.txt
..................\img_enhancement\tulips.bmp
..................\....feathering\toy-mask.bmp
..................\..............\toy.bmp
..................\.....lash\cave-flash.bmp
..................\.........\cave-noflash.bmp
..................\....smoothing\cat.bmp
..................\img_enhancement
..................\img_feathering
..................\img_flash
..................\img_smoothing
guided-filter-code