将图像叠加到背景图像上特定坐标的背景图像上?蟒蛇

时间:2018-05-23 17:04:40

标签: python-3.x image-processing python-imaging-library opencv3.0 pillow

python相对较新。我在背景图像上有特定的坐标,我想将图像叠加到上面。我正在考虑使用PIL.Image.Transform仿射变换,但我不确定。

这些是背景图片上的坐标:

box
Out[134]: 
array([[ 37., 119.],#TOP LEFT
       [615.,  65.],#TOP RIGHT
       [648., 416.],#BOTTOM RIGHT
       [ 70., 470.]], dtype=float32) #BOTTOM LEFT

有没有办法可以在特定坐标处将第二张图像添加到此图像上?

干杯

0 个答案:

没有答案