Back to FabImage Library website

You are here: Start » Function Reference » Surface Spatial Transforms » ReduceSurface

ReduceSurface


Header:FIL.h
Namespace:fil

Reduces surface dimensions as much as possible.

Syntax

C++
C#
 
void fil::ReduceSurface
(
	const fil::Surface& inSurface,
	ftl::Optional<const fil::Region&> inRoi,
	fil::Surface& outSurface
)

Parameters

Name Type Default Description
inSurface const Surface& Input surface
inRoi Optional<const Region&> NIL Region of interest
outSurface Surface& Reduced surface