Question: Mask vs SetSubImage

With the command, subpicture,I take the portion of it that interests me.
How I manage to include this sub-image in another image (img)?

Preview(correctedT)

imgs := GetSubImage(correctedT, 100, 125, 20, 120)
Preview(imgs)

ImageTools[SetSubImage](img, imgs, 50, 50)

Error, (in ImageTools:-SetSubImage) image and subimage must have same number of layers and same order

ImageTools:-Mask(img, imgs)

Error, (in ImageTools:-Mask) invalid input: evalhf(zip) expects rtables with equal dimensions

Gracias

Please Wait...