First time here? Check out the FAQ!
answered 2012-07-21 16:15:34 -0600
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);