Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

there is no real support for anything related to alpha transparency in opencv (it's a computer-vision library, not photoshop), you have to live with it.

you can draw things with CV_8UC4 color into a CV_8UC4 image, but it will replace the previous pixel value, not do any "alpha composition" there.