/GuidedFilter

Python Implementation of Guided Filter

Primary LanguagePythonMIT LicenseMIT

GuidedFilter

Python Implementation of Guided Filter

This code is implemented based on the Matlab reference code provided by Kaiming He. Refer to link http://research.microsoft.com/en-us/um/people/kahe/eccv10/ for details.

Installation

Note: This program was only tested on Ubuntu with Python2.7. Windows and Mac OS are not been tested.

Dependencies

Please install the following required python modules.

  • Numpy

setup.py install

python setup.py install

Usage

from guidedfilter import guidedfilter

License

The MIT License (MIT) Copyright (c) 2016 pfchai