CopyPixels


Copies pixels from one image to another.

Syntax

C++
Python
 
def CopyPixels(
	ioImage: Image,
	inRoi: Region,
	inSourceImage: Image,
	/
)
-> None

Parameters

Name Type Default Description
Input will be modified ioImage Image
Input value inRoi Region Range of pixels to be processed
Input value inSourceImage Image