Create transparent image in opencv python
问题 I am trying to make a transparent image and draw on it, and after I will addWeighted over the base image. How can I initialize fully transparent image with width and hight in openCV python? EDIT: I want to make a effect like in Photoshop, having stack of the layers, all stacked layers are initially transparent and drawing is performed on fully transparent layer. On the end I will merge all layers to get final image 回答1: If you want to draw on several "layers" and then stack the drawings