Back to Adaptive Vision Library website

You are here: Start » Function Reference » Path Spatial Transforms » AlignPathArray

AlignPathArray


Moves an array of paths from a local coordinate system to the absolute one.

Syntax

C++
C#
 
void avl::AlignPathArray
(
	const atl::Array<avl::Path>& inPaths,
	const avl::CoordinateSystem2D& inAlignment,
	bool inInverse,
	atl::Array<avl::Path>& outAlignedPaths
)

Parameters

Name Type Default Description
inPaths const Array<Path>&
inAlignment const CoordinateSystem2D& Coordinate system to align to
inInverse bool Switches to the inverse transform
outAlignedPaths Array<Path>&

In-place Processing

This function supports in-place data processing - you can pass the same reference to inPaths and outAlignedPaths