Skip to content

swehrwein/python-guided-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-guided-filter

Numpy/Scipy implementation of the (fast) Guided Filter. Adapted from Kaiming's Matlab code.

gf.py:guided_filter runs the filter on one- or three-channel guide images (I) and filtering inputs (p) with any number of channels (the filter is applied per-channel of p).

Citations:

About

Numpy/Scipy implementation of the (fast) Guided Filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages