Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guided Filter with Multiple Guidance Images #3

Open
Tord-Zhang opened this issue Mar 19, 2021 · 2 comments
Open

Guided Filter with Multiple Guidance Images #3

Tord-Zhang opened this issue Mar 19, 2021 · 2 comments

Comments

@Tord-Zhang
Copy link

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?

@RoyiAvital
Copy link
Owner

RoyiAvital commented Mar 19, 2021

Do you have a reference for such algorithm (With multiple guidance images)?

If you find these codes useful, please up vote the answers on DSP StackExchange.

@Tord-Zhang
Copy link
Author

@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
image
image

G is the other guidance image. I am having some problems with implementing it. Could you please help?

Repository owner deleted a comment from Tord-Zhang Mar 19, 2021
@RoyiAvital RoyiAvital changed the title Guided Filter with multiple guidance images Guided Filter with Multiple Guidance Images Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants