Ask Your Question

Revision history [back]

To copy on half of the image, you could do it like that:

  img.cols(0,img.cols/2).copyTo(anotherImage)