ReduceSurface


Reduces surface dimensions as much as possible.

Syntax

C++
C#
Python
 
def ReduceSurface(
	inSurface: Surface,
	outSurface: Surface,
	/,
	*,
	inRoi: Region | None = None
)
-> None

Parameters

Name Type Default Description
Input value inSurface Surface Input surface
Input value inRoi Region | None None Region of interest
Output value outSurface Surface Reduced surface

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.