Back to Aurora Vision Library website
You are here: Start » Function Reference » Surface » Surface Spatial Transforms » ReduceSurface
ReduceSurface
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | Vision3DStandard |
Reduces surface dimensions as much as possible.
Syntax
C++
C#
void avl::ReduceSurface ( const avl::Surface& inSurface, atl::Optional<const avl::Region&> inRoi, avl::Surface& outSurface )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSurface | const Surface& | Input surface | |
![]() |
inRoi | Optional<const Region&> | NIL | Region of interest |
![]() |
outSurface | Surface& | Reduced surface |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Region of interest exceeds an input surface in ReduceSurface. |


