guided-filter
guided-filter copied to clipboard
Fast and complete guided filter implementation for OpenCV
Hi, and thank you for making this code available! I am trying top use it to clean up edges (as in the feathering example). This works great, but it is...
How about guided filter with multiple guidance images? How to calculate a and b?
The equation references in the code appear to be referring to an old version of the paper. For example, this line references an equation with a sigma: https://github.com/atilimcetin/guided-filter/blob/master/guidedfilter.cpp#L133 However, equation...