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
Input value inSurface const Surface& Input surface
Input value inRoi Optional<const Region&> NIL Region of interest
Output value 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.