Back to Adaptive Vision Library website

You are here: Start » Function Reference » Surface Basics » ConvertSurfaceType

ConvertSurfaceType


Changes the point Z coordinate type.

Header:AVL.h

Syntax

C++
C#
 
void avl::ConvertSurfaceType
(
	const avl::Surface& inSurface,
	avl::PlainType::Type inNewPointType,
	atl::Optional<double> inNewZOffset,
	atl::Optional<double> inNewZScale,
	avl::Surface& outSurface
)

Parameters

Name Type Default Description
inSurface const Surface& Input surface
inNewPointType PlainType::Type Point Z coordinate type of the output surface
inNewZOffset Optional<double> NIL Offset along Z axis in output surface
inNewZScale Optional<double> NIL Scale along Z axis in output surface
outSurface Surface& Surface with changed internal surface type

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.