完成第二个题目
This commit is contained in:
@@ -13,4 +13,6 @@ img_rgba=cv.merge((blue,green,red,alpha))
|
||||
# show
|
||||
cv.imshow("changed",img_rgba)
|
||||
cv.waitKey(0)
|
||||
cv.destroyAllWindows()
|
||||
cv.destroyAllWindows()
|
||||
# save
|
||||
cv.imwrite("img.png",img_rgba)
|
||||
Reference in New Issue
Block a user