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 | |
|---|---|---|---|---|
![]() |
inSurface | Surface | Input surface | |
![]() |
inRoi | Region | None | None | Region of interest |
![]() |
outSurface | Surface | Reduced surface |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


