What\'s the way OpenCV handles transparency in image during template matching?
The problem is that the template image needs to have transparent parts, because in the
I'm not sure, but the transparency channel is treated just like any other channel. If a pixel in a template is "transparent" it should be "transparent" on the main image as well. I'm just guessing here.