You are here: Start » FIL.NET » Function Reference » Surface » Surface Spatial Transforms » FIL.ReduceSurface
Reduces surface dimensions as much as possible.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ReduceSurface ( FilNet.Surface inSurface, NullableRef<FilNet.Region> inRoi, FilNet.Surface outSurface )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Region of interest. Default value: ftl::NIL. | ||
![]() | outSurface | FilNet.Surface | Reduced surface. |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Region of interest exceeds an input surface in ReduceSurface. |