Fifth commit

This commit is contained in:
lan daiqing
2022-07-28 21:35:42 +08:00
parent 3d78b6edb3
commit 493dc7062a
10 changed files with 93 additions and 122 deletions

View File

@@ -16,7 +16,7 @@ alpha透明度 ,取值范围为 0 到 1当取值为 0 时,输出图像
则是 image2 的拷贝,只有当取值为 0.5 时,才为两个图像的中合。因此改值的大小决定了两个图像的混合程度'''
# 阿尔法图像混合
# 图像混合
def imageMix(imagePath1, imagePath2):
'''