First time here? Check out the FAQ!
answered Jul 21 '12
I don't understand what is the purpose of using bitwise_and in this case. If you want to copy some part of image to the other image, you should use:
image.copyTo(dst, mask);