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

Bug in poisson_blending_func #49

Open
mirmashel opened this issue Jun 19, 2024 · 1 comment
Open

Bug in poisson_blending_func #49

mirmashel opened this issue Jun 19, 2024 · 1 comment

Comments

@mirmashel
Copy link

Hello!
I think I found a bug in the poisson_blending_func function. It seems that x and y coordinates of center are mixed up here.

@mirmashel
Copy link
Author

mirmashel commented Jun 19, 2024

I think there's a bug here too. The function should return the bbox to the scale of the entire image, not the sliding box. It might return something like this:

return bbox_mask, [[x0 + bbox[1], y0 + bbox[0]], [x0 + bbox[3], y0 + bbox[2]]]

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

1 participant