RegionToImage


Converts a region to an image.

Syntax

C++
Python
 
def RegionToImage(
	inRegion: Region,
	outImage: Image,
	/
)
-> None

Parameters

Name Type Default Description
Input value inRegion Region Input region
Output value outImage Image Output image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.