Function copyTo

  • Copy the image to another one by specifying the location in the target image. If the source image exceeds the boundaries of the target image, the excess pixels are ignored. The result image will have the same dimensions as the target image.

    Parameters

    Returns Image

    The target with the source copied to it.

  • Copy the image to another one by specifying the location in the target image. If the source image exceeds the boundaries of the target image, the excess pixels are ignored. The result image will have the same dimensions as the target image.

    Parameters

    Returns Mask

    The target with the source copied to it.