swehrwein / python-guided-filter

Numpy/Scipy implementation of the (fast) Guided Filter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%