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

constraining charts to stay fixed #13

Open
maorp opened this issue Jun 15, 2021 · 1 comment
Open

constraining charts to stay fixed #13

maorp opened this issue Jun 15, 2021 · 1 comment

Comments

@maorp
Copy link

maorp commented Jun 15, 2021

Hi, is there a way to hold some pixels from not changing in the the texture Stitching formulation? I have read the algo paper and I want to try to modify the code to add this feature. I remember that seamless cloning in 2d (perez 2003) allows such manipulation and the problems are somewhat similar.
my problem is with inpainting unobserved texels while holding observed texels unchanged (they already gone thru color equalization and pyramid blending in my case thru other 3rd party sw). currently in the code these texels are assigned the avg observed color and when solving this can cause the neighborhood observed texels to change abruptly.

@mkazhdan
Copy link
Owner

Not directly. However, you should be able to change the screening weight so that the interpolation weight is high in certain regions.

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