First time here? Check out the FAQ!
answered 2014-08-21 04:50:18 -0600
if smallImg and bigImg have the same format, and you're sure it 'fits' at the given position, try:
smallImg.copyTo( bigImg.submat( y, smallImg.rows(), x, smallImg.cols() ) );