Skip to content

pfchai/GuidedFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python Implementation of Guided Filter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages