You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have seen your implementation of guided filter kernel in https://github.com/RoyiAvital/StackExchangeCodes/blob/9492a719968c88e0ce4952be8d2c43a6ae37d664/SignalProcessing/Q42415/ApplyLocalLinearKernel.m#L1. Thanks for your wonderful work.
Have your thought about implementing guided filter with multiple guidance image?
The text was updated successfully, but these errors were encountered:
@RoyiAvital Hi, I have found a paper in which the author attempts to use a additional guidance image to deal with the texture copy artifacts. You can reach the paper in https://www.researchgate.net/publication/282540165_Extended_Guided_Filtering_for_Depth_Map_Upsampling.
The formulation of the kernel with two guidance image in this paper is
G is the other guidance image. I am having some problems with implementing it. Could you please help?
Hi, I have seen your implementation of guided filter kernel in
https://github.com/RoyiAvital/StackExchangeCodes/blob/9492a719968c88e0ce4952be8d2c43a6ae37d664/SignalProcessing/Q42415/ApplyLocalLinearKernel.m#L1
. Thanks for your wonderful work.Have your thought about implementing guided filter with multiple guidance image?
The text was updated successfully, but these errors were encountered: