Skip to content

bravotty/GuidedFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GuidedFilter

Implementation of Guided Filter - Python

This code is implemented based on the MATLAB release code provided by Kaiming He

##Before use

pip install numpy

##Python edition

When u r using python2.x , add the following code before running/.. -.-

from __future__ import division

python3.x : No Error(s), No Running(s)

##Usage

import fastguidedfilter

##Parameters settings

def guideFilter(I, ra=16, eps=2, s=4):
I:   guidance Image 
r:   window redius
eps: normalize parameter
s:   sampling fraction try s = r/4 to s=r

##License

The MIT License (MIT) Copyright (c) 2019 tyty

About

Implementation of Guided Filter - Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages