We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello @ankush-me,
In poisson_reconstruct.py is the:
poisson_reconstruct.py
IM_TOP -> text instance IM_BACK -> background image
There says:
combine images using poission editing. IM_TOP and IM_BACK should be of the same size.
But what images script combines?
Also in the poisson_reconstruct.py what is these gxs,gys,gxd,gyd? This is X and Y coordinates of something?
gxs,gys,gxd,gyd
[gxs,gys] = get_grads(ims) [gxd,gyd] = get_grads(imd)
Is the alpha blend done here?
elif mode=='blend': # from recursive call: # just do an alpha blend gx = gxs+gxd gy = gys+gyd
When I replace 'blend' instead 'max' in function blit_images(), nothing happens?
blend
blit_images()
The text was updated successfully, but these errors were encountered:
I don't understand what should I do to make text visible on image?
Where do I need to change something, here colorize3_poisson.py or here poisson_reconstruct.py?? I checked #14 #201 #58 and still don't understand
colorize3_poisson.py
Sorry, something went wrong.
No branches or pull requests
Hello @ankush-me,
In
poisson_reconstruct.py
is the:IM_TOP -> text instance
IM_BACK -> background image
There says:
But what images script combines?
Also in the
poisson_reconstruct.py
what is thesegxs,gys,gxd,gyd
? This is X and Y coordinates of something?Is the alpha blend done here?
When I replace '
blend
' instead 'max' in functionblit_images()
, nothing happens?The text was updated successfully, but these errors were encountered: